patch-2.3.25 linux/fs/ext2/acl.c
Next file: linux/fs/ext2/balloc.c
Previous file: linux/fs/exec.c
Back to the patch index
Back to the overall index
-  Lines: 22
-  Date:
Thu Oct 28 13:23:10 1999
-  Orig file: 
v2.3.24/linux/fs/ext2/acl.c
-  Orig date: 
Wed May  6 10:56:08 1998
diff -u --recursive --new-file v2.3.24/linux/fs/ext2/acl.c linux/fs/ext2/acl.c
@@ -7,16 +7,16 @@
  * Universite Pierre et Marie Curie (Paris VI)
  */
 
+#include <linux/module.h>
+#include <linux/fs.h>
+#include <linux/sched.h>
+
+
 /*
  * This file will contain the Access Control Lists management for the
  * second extended file system.
  */
 
-#include <linux/errno.h>
-#include <linux/fs.h>
-#include <linux/ext2_fs.h>
-#include <linux/sched.h>
-#include <linux/stat.h>
 
 /*
  * ext2_permission ()
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)