X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=include%2Flinux%2Ffs.h;h=cc1021fd19efafbb3099ac91e60937b96138a4eb;hb=34c80b1d93e6e20ca9dea0baf583a5b5510d92d4;hp=13721b07340752f923f22a52db06e855c2cb157a;hpb=a6322de67b58a00e3a783ad9c87c2a11b2d67b47;p=deliverable%2Flinux.git diff --git a/include/linux/fs.h b/include/linux/fs.h index 13721b073407..cc1021fd19ef 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h @@ -1672,7 +1672,7 @@ struct super_operations { int (*remount_fs) (struct super_block *, int *, char *); void (*umount_begin) (struct super_block *); - int (*show_options)(struct seq_file *, struct vfsmount *); + int (*show_options)(struct seq_file *, struct dentry *); int (*show_devname)(struct seq_file *, struct dentry *); int (*show_path)(struct seq_file *, struct dentry *); int (*show_stats)(struct seq_file *, struct dentry *); @@ -2592,7 +2592,7 @@ extern void setattr_copy(struct inode *inode, const struct iattr *attr); extern void file_update_time(struct file *file); -extern int generic_show_options(struct seq_file *m, struct vfsmount *mnt); +extern int generic_show_options(struct seq_file *m, struct dentry *root); extern void save_mount_options(struct super_block *sb, char *options); extern void replace_mount_options(struct super_block *sb, char *options);