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
- Lines: 18
- Date:
Thu Oct 28 13:23:10 1999
- Orig file:
v2.3.24/linux/fs/ext2/symlink.c
- Orig date:
Sat Jun 26 12:04:39 1999
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)