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 0b87b29f4797..3e59182de9df 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h | |||
@@ -1377,8 +1377,8 @@ struct super_operations { | |||
1377 | void (*put_super) (struct super_block *); | 1377 | void (*put_super) (struct super_block *); |
1378 | void (*write_super) (struct super_block *); | 1378 | void (*write_super) (struct super_block *); |
1379 | int (*sync_fs)(struct super_block *sb, int wait); | 1379 | int (*sync_fs)(struct super_block *sb, int wait); |
1380 | void (*write_super_lockfs) (struct super_block *); | 1380 | int (*freeze_fs) (struct super_block *); |
1381 | void (*unlockfs) (struct super_block *); | 1381 | int (*unfreeze_fs) (struct super_block *); |
1382 | int (*statfs) (struct dentry *, struct kstatfs *); | 1382 | int (*statfs) (struct dentry *, struct kstatfs *); |
1383 | int (*remount_fs) (struct super_block *, int *, char *); | 1383 | int (*remount_fs) (struct super_block *, int *, char *); |
1384 | void (*clear_inode) (struct inode *); | 1384 | void (*clear_inode) (struct inode *); |