patch-2.1.83 linux/fs/ext2/file.c

Next file: linux/fs/proc/root.c
Previous file: linux/drivers/sound/local.h.master
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.82/linux/fs/ext2/file.c linux/fs/ext2/file.c
@@ -33,9 +33,6 @@
 #define MIN(a,b) (((a)<(b))?(a):(b))
 #define MAX(a,b) (((a)>(b))?(a):(b))
 
-#include <linux/fs.h>
-#include <linux/ext2_fs.h>
-
 static long long ext2_file_lseek(struct file *, long long, int);
 static ssize_t ext2_file_write (struct file *, const char *, size_t, loff_t *);
 static int ext2_release_file (struct inode *, struct file *);

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov