diff options
Diffstat (limited to 'fs/ufs/file.c')
-rw-r--r-- | fs/ufs/file.c | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/fs/ufs/file.c b/fs/ufs/file.c index ed69d7fe1b5d..312fd3f86313 100644 --- a/fs/ufs/file.c +++ b/fs/ufs/file.c | |||
@@ -23,25 +23,15 @@ | |||
23 | * ext2 fs regular file handling primitives | 23 | * ext2 fs regular file handling primitives |
24 | */ | 24 | */ |
25 | 25 | ||
26 | #include <asm/uaccess.h> | ||
27 | #include <asm/system.h> | ||
28 | |||
29 | #include <linux/errno.h> | ||
30 | #include <linux/fs.h> | 26 | #include <linux/fs.h> |
31 | #include <linux/ufs_fs.h> | 27 | #include <linux/ufs_fs.h> |
32 | #include <linux/fcntl.h> | ||
33 | #include <linux/time.h> | ||
34 | #include <linux/stat.h> | ||
35 | #include <linux/mm.h> | ||
36 | #include <linux/pagemap.h> | ||
37 | #include <linux/smp_lock.h> | ||
38 | 28 | ||
39 | /* | 29 | /* |
40 | * We have mostly NULL's here: the current defaults are ok for | 30 | * We have mostly NULL's here: the current defaults are ok for |
41 | * the ufs filesystem. | 31 | * the ufs filesystem. |
42 | */ | 32 | */ |
43 | 33 | ||
44 | struct file_operations ufs_file_operations = { | 34 | const struct file_operations ufs_file_operations = { |
45 | .llseek = generic_file_llseek, | 35 | .llseek = generic_file_llseek, |
46 | .read = generic_file_read, | 36 | .read = generic_file_read, |
47 | .write = generic_file_write, | 37 | .write = generic_file_write, |