diff options
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r-- | include/linux/fs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index 9ab779e8a63c..b4a1d73c0d5d 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h | |||
@@ -1577,7 +1577,9 @@ struct super_operations { | |||
1577 | void (*evict_inode) (struct inode *); | 1577 | void (*evict_inode) (struct inode *); |
1578 | void (*put_super) (struct super_block *); | 1578 | void (*put_super) (struct super_block *); |
1579 | int (*sync_fs)(struct super_block *sb, int wait); | 1579 | int (*sync_fs)(struct super_block *sb, int wait); |
1580 | int (*freeze_super) (struct super_block *); | ||
1580 | int (*freeze_fs) (struct super_block *); | 1581 | int (*freeze_fs) (struct super_block *); |
1582 | int (*thaw_super) (struct super_block *); | ||
1581 | int (*unfreeze_fs) (struct super_block *); | 1583 | int (*unfreeze_fs) (struct super_block *); |
1582 | int (*statfs) (struct dentry *, struct kstatfs *); | 1584 | int (*statfs) (struct dentry *, struct kstatfs *); |
1583 | int (*remount_fs) (struct super_block *, int *, char *); | 1585 | int (*remount_fs) (struct super_block *, int *, char *); |