patch-2.3.25 linux/fs/ext2/truncate.c
Next file: linux/fs/fat/file.c
Previous file: linux/fs/ext2/symlink.c
Back to the patch index
Back to the overall index
- Lines: 25
- Date:
Thu Oct 28 13:23:10 1999
- Orig file:
v2.3.24/linux/fs/ext2/truncate.c
- Orig date:
Tue Jun 29 09:22:08 1999
diff -u --recursive --new-file v2.3.24/linux/fs/ext2/truncate.c linux/fs/ext2/truncate.c
@@ -18,19 +18,15 @@
* General cleanup and race fixes, wsh, 1998
*/
+#include <linux/module.h>
+#include <linux/fs.h>
+#include <linux/locks.h>
+
+
/*
* Real random numbers for secure rm added 94/02/18
* Idea from Pierre del Perugia <delperug@gla.ecoledoc.ibp.fr>
*/
-
-#include <linux/errno.h>
-#include <linux/fs.h>
-#include <linux/ext2_fs.h>
-#include <linux/fcntl.h>
-#include <linux/sched.h>
-#include <linux/stat.h>
-#include <linux/locks.h>
-#include <linux/string.h>
#if 0
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)