|
@@ -1577,7 +1577,9 @@ struct super_operations {
|
|
void (*evict_inode) (struct inode *);
|
|
void (*evict_inode) (struct inode *);
|
|
void (*put_super) (struct super_block *);
|
|
void (*put_super) (struct super_block *);
|
|
int (*sync_fs)(struct super_block *sb, int wait);
|
|
int (*sync_fs)(struct super_block *sb, int wait);
|
|
|
|
+ int (*freeze_super) (struct super_block *);
|
|
int (*freeze_fs) (struct super_block *);
|
|
int (*freeze_fs) (struct super_block *);
|
|
|
|
+ int (*thaw_super) (struct super_block *);
|
|
int (*unfreeze_fs) (struct super_block *);
|
|
int (*unfreeze_fs) (struct super_block *);
|
|
int (*statfs) (struct dentry *, struct kstatfs *);
|
|
int (*statfs) (struct dentry *, struct kstatfs *);
|
|
int (*remount_fs) (struct super_block *, int *, char *);
|
|
int (*remount_fs) (struct super_block *, int *, char *);
|