diff options
author | Trond Myklebust <Trond.Myklebust@netapp.com> | 2006-06-09 09:34:18 -0400 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2006-06-09 09:34:18 -0400 |
commit | 8b512d9a88875affe584bb3d2a7a235f84343b9e (patch) | |
tree | 80c46a675aeffaedd8d18e2bb6361768f4f4845a /include/linux/fs.h | |
parent | 5528f911b4c43a5de5da34bcbd7e3f2a62503617 (diff) |
VFS: Remove dependency of ->umount_begin() call on MNT_FORCE
Allow filesystems to decide to perform pre-umount processing whether or not
MNT_FORCE is set.
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r-- | include/linux/fs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index eca70cfe5b85..1d80ba747484 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h | |||
@@ -1101,7 +1101,7 @@ struct super_operations { | |||
1101 | int (*statfs) (struct super_block *, struct kstatfs *); | 1101 | int (*statfs) (struct super_block *, struct kstatfs *); |
1102 | int (*remount_fs) (struct super_block *, int *, char *); | 1102 | int (*remount_fs) (struct super_block *, int *, char *); |
1103 | void (*clear_inode) (struct inode *); | 1103 | void (*clear_inode) (struct inode *); |
1104 | void (*umount_begin) (struct super_block *); | 1104 | void (*umount_begin) (struct vfsmount *, int); |
1105 | 1105 | ||
1106 | int (*show_options)(struct seq_file *, struct vfsmount *); | 1106 | int (*show_options)(struct seq_file *, struct vfsmount *); |
1107 | int (*show_stats)(struct seq_file *, struct vfsmount *); | 1107 | int (*show_stats)(struct seq_file *, struct vfsmount *); |