diff options
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r-- | include/linux/fs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index 218693d8d446..ce50be4b0b41 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h | |||
@@ -1563,6 +1563,7 @@ struct super_operations { | |||
1563 | void (*dirty_inode) (struct inode *); | 1563 | void (*dirty_inode) (struct inode *); |
1564 | int (*write_inode) (struct inode *, struct writeback_control *wbc); | 1564 | int (*write_inode) (struct inode *, struct writeback_control *wbc); |
1565 | void (*drop_inode) (struct inode *); | 1565 | void (*drop_inode) (struct inode *); |
1566 | void (*evict_inode) (struct inode *); | ||
1566 | void (*delete_inode) (struct inode *); | 1567 | void (*delete_inode) (struct inode *); |
1567 | void (*put_super) (struct super_block *); | 1568 | void (*put_super) (struct super_block *); |
1568 | void (*write_super) (struct super_block *); | 1569 | void (*write_super) (struct super_block *); |