patch-1.3.39 linux/fs/nfs/file.c
Next file: linux/fs/nfs/inode.c
Previous file: linux/fs/nfs/dir.c
Back to the patch index
Back to the overall index
- Lines: 24
- Date:
Wed Nov 8 12:28:13 1995
- Orig file:
v1.3.38/linux/fs/nfs/file.c
- Orig date:
Wed Aug 2 13:21:15 1995
diff -u --recursive --new-file v1.3.38/linux/fs/nfs/file.c linux/fs/nfs/file.c
@@ -14,13 +14,6 @@
* nfs regular file handling functions
*/
-#ifdef MODULE
-#include <linux/module.h>
-#endif
-
-#include <asm/segment.h>
-#include <asm/system.h>
-
#include <linux/sched.h>
#include <linux/kernel.h>
#include <linux/errno.h>
@@ -29,6 +22,9 @@
#include <linux/mm.h>
#include <linux/nfs_fs.h>
#include <linux/malloc.h>
+
+#include <asm/segment.h>
+#include <asm/system.h>
static int nfs_file_read(struct inode *, struct file *, char *, int);
static int nfs_file_write(struct inode *, struct file *, const char *, int);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this