patch-2.3.25 linux/fs/ext2/ialloc.c
Next file: linux/fs/ext2/inode.c
Previous file: linux/fs/ext2/fsync.c
Back to the patch index
Back to the overall index
- Lines: 30
- Date:
Thu Oct 28 13:23:10 1999
- Orig file:
v2.3.24/linux/fs/ext2/ialloc.c
- Orig date:
Tue May 11 14:37:47 1999
diff -u --recursive --new-file v2.3.24/linux/fs/ext2/ialloc.c linux/fs/ext2/ialloc.c
@@ -12,6 +12,12 @@
* David S. Miller (davem@caip.rutgers.edu), 1995
*/
+#include <linux/module.h>
+#include <linux/fs.h>
+#include <linux/locks.h>
+#include <linux/quotaops.h>
+
+
/*
* ialloc.c contains the inodes allocation and deallocation routines
*/
@@ -27,16 +33,6 @@
* when a file system is mounted (see ext2_read_super).
*/
-#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/quotaops.h>
-
-#include <asm/bitops.h>
-#include <asm/byteorder.h>
/*
* Read the inode allocation bitmap for a given block_group, reading
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)