patch-2.3.10 linux/fs/minix/file.c
Next file: linux/fs/namei.c
Previous file: linux/fs/locks.c
Back to the patch index
Back to the overall index
-  Lines: 16
-  Date:
Tue Jul  6 19:08:33 1999
-  Orig file: 
v2.3.9/linux/fs/minix/file.c
-  Orig date: 
Wed Jun 30 13:38:20 1999
diff -u --recursive --new-file v2.3.9/linux/fs/minix/file.c linux/fs/minix/file.c
@@ -7,7 +7,6 @@
  */
 
 #include <linux/sched.h>
-#include <linux/minix_fs.h>
 #include <linux/kernel.h>
 #include <linux/errno.h>
 #include <linux/fcntl.h>
@@ -25,7 +24,6 @@
 #define MAX(a,b) (((a)>(b))?(a):(b))
 
 #include <linux/fs.h>
-#include <linux/minix_fs.h>
 
 /*
  * Write to a file (through the page cache).
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)