patch-2.3.25 linux/fs/ext2/inode.c
Next file: linux/fs/ext2/ioctl.c
Previous file: linux/fs/ext2/ialloc.c
Back to the patch index
Back to the overall index
- Lines: 23
- Date:
Thu Oct 28 13:23:10 1999
- Orig file:
v2.3.24/linux/fs/ext2/inode.c
- Orig date:
Wed Oct 27 16:34:12 1999
diff -u --recursive --new-file v2.3.24/linux/fs/ext2/inode.c linux/fs/ext2/inode.c
@@ -20,18 +20,13 @@
* (jj@sunsite.ms.mff.cuni.cz)
*/
-#include <asm/uaccess.h>
-#include <asm/system.h>
-
-#include <linux/errno.h>
+#include <linux/module.h>
#include <linux/fs.h>
-#include <linux/ext2_fs.h>
-#include <linux/sched.h>
-#include <linux/stat.h>
-#include <linux/string.h>
#include <linux/locks.h>
-#include <linux/mm.h>
#include <linux/smp_lock.h>
+#include <linux/sched.h>
+
+
static int ext2_update_inode(struct inode * inode, int do_sync);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)