diff options
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r-- | include/linux/fs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index 029552ff774c..5abf703d06ba 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h | |||
@@ -44,6 +44,7 @@ struct vm_area_struct; | |||
44 | struct vfsmount; | 44 | struct vfsmount; |
45 | struct cred; | 45 | struct cred; |
46 | struct swap_info_struct; | 46 | struct swap_info_struct; |
47 | struct seq_file; | ||
47 | 48 | ||
48 | extern void __init inode_init(void); | 49 | extern void __init inode_init(void); |
49 | extern void __init inode_init_early(void); | 50 | extern void __init inode_init_early(void); |
@@ -1543,6 +1544,7 @@ struct file_operations { | |||
1543 | int (*setlease)(struct file *, long, struct file_lock **); | 1544 | int (*setlease)(struct file *, long, struct file_lock **); |
1544 | long (*fallocate)(struct file *file, int mode, loff_t offset, | 1545 | long (*fallocate)(struct file *file, int mode, loff_t offset, |
1545 | loff_t len); | 1546 | loff_t len); |
1547 | int (*show_fdinfo)(struct seq_file *m, struct file *f); | ||
1546 | }; | 1548 | }; |
1547 | 1549 | ||
1548 | struct inode_operations { | 1550 | struct inode_operations { |
@@ -1578,8 +1580,6 @@ struct inode_operations { | |||
1578 | umode_t create_mode, int *opened); | 1580 | umode_t create_mode, int *opened); |
1579 | } ____cacheline_aligned; | 1581 | } ____cacheline_aligned; |
1580 | 1582 | ||
1581 | struct seq_file; | ||
1582 | |||
1583 | ssize_t rw_copy_check_uvector(int type, const struct iovec __user * uvector, | 1583 | ssize_t rw_copy_check_uvector(int type, const struct iovec __user * uvector, |
1584 | unsigned long nr_segs, unsigned long fast_segs, | 1584 | unsigned long nr_segs, unsigned long fast_segs, |
1585 | struct iovec *fast_pointer, | 1585 | struct iovec *fast_pointer, |