patch-2.3.25 linux/fs/ext2/symlink.c

Next file: linux/fs/ext2/truncate.c
Previous file: linux/fs/ext2/super.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.24/linux/fs/ext2/symlink.c linux/fs/ext2/symlink.c
@@ -15,14 +15,11 @@
  *  ext2 symlink handling code
  */
 
+#include <linux/module.h>
+#include <linux/fs.h>
 #include <asm/uaccess.h>
 
-#include <linux/errno.h>
-#include <linux/fs.h>
-#include <linux/ext2_fs.h>
-#include <linux/sched.h>
-#include <linux/mm.h>
-#include <linux/stat.h>
+
 
 static int ext2_readlink (struct dentry *, char *, int);
 static struct dentry *ext2_follow_link(struct dentry *, struct dentry *, unsigned int);

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)