[PATCH] restore sane ->umount_begin() API
[linux-2.6-block.git] / include / linux / fs.h
index cc2be2cf7d4158108965ce5f9394595c68c651e0..ad41d0bbcb4dd437514f0e655f6adfa2869448f9 100644 (file)
@@ -1308,7 +1308,7 @@ struct super_operations {
        int (*statfs) (struct dentry *, struct kstatfs *);
        int (*remount_fs) (struct super_block *, int *, char *);
        void (*clear_inode) (struct inode *);
-       void (*umount_begin) (struct vfsmount *, int);
+       void (*umount_begin) (struct super_block *);
 
        int (*show_options)(struct seq_file *, struct vfsmount *);
        int (*show_stats)(struct seq_file *, struct vfsmount *);