patch-2.4.2 linux/fs/super.c

Next file: linux/fs/udf/dir.c
Previous file: linux/fs/smbfs/sock.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.1/linux/fs/super.c linux/fs/super.c
@@ -22,12 +22,13 @@
 
 #include <linux/config.h>
 #include <linux/string.h>
-#include <linux/malloc.h>
+#include <linux/slab.h>
 #include <linux/locks.h>
 #include <linux/smp_lock.h>
 #include <linux/devfs_fs_kernel.h>
 #include <linux/fd.h>
 #include <linux/init.h>
+#include <linux/major.h>
 #include <linux/quotaops.h>
 #include <linux/acct.h>
 

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