diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/fs.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index 8c093ad49522..6eb5337688bd 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h | |||
| @@ -606,9 +606,6 @@ struct inode { | |||
| 606 | const struct file_operations *i_fop; /* former ->i_op->default_file_ops */ | 606 | const struct file_operations *i_fop; /* former ->i_op->default_file_ops */ |
| 607 | struct file_lock *i_flock; | 607 | struct file_lock *i_flock; |
| 608 | struct address_space i_data; | 608 | struct address_space i_data; |
| 609 | #ifdef CONFIG_QUOTA | ||
| 610 | struct dquot *i_dquot[MAXQUOTAS]; | ||
| 611 | #endif | ||
| 612 | struct list_head i_devices; | 609 | struct list_head i_devices; |
| 613 | union { | 610 | union { |
| 614 | struct pipe_inode_info *i_pipe; | 611 | struct pipe_inode_info *i_pipe; |
