mtd/drivers/mtd nftlcore.c,1.91,1.92 inftlcore.c,1.8,1.9
David Woodhouse
dwmw2 at infradead.org
Fri May 23 07:41:50 EDT 2003
Update of /home/cvs/mtd/drivers/mtd
In directory phoenix.infradead.org:/tmp/cvs-serv24245
Modified Files:
nftlcore.c inftlcore.c
Log Message:
Ignore BLKFLSBUF
Index: nftlcore.c
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/nftlcore.c,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -r1.91 -r1.92
--- nftlcore.c 23 May 2003 11:31:46 -0000 1.91
+++ nftlcore.c 23 May 2003 11:41:47 -0000 1.92
@@ -716,9 +716,6 @@
return copy_to_user((void *)arg, &g, sizeof g) ? -EFAULT : 0;
}
- case BLKFLSBUF:
- return 0;
-
default:
return -ENOTTY;
}
Index: inftlcore.c
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/inftlcore.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- inftlcore.c 23 May 2003 11:34:55 -0000 1.8
+++ inftlcore.c 23 May 2003 11:41:47 -0000 1.9
@@ -853,9 +853,6 @@
return copy_to_user((void *)arg, &g, sizeof g) ? -EFAULT : 0;
}
- case BLKFLSBUF:
- return 0;
-
default:
return -ENOTTY;
}
More information about the linux-mtd-cvs
mailing list