vfs: switch ->show_devname() to struct dentry *
[linux-2.6-block.git] / include / linux / fs.h
index b2e4b6f639e404c47eb275c1487f40b934da3121..a8dff43d1b9d144668ff9b9d09b95c2c8872be47 100644 (file)
@@ -1673,7 +1673,7 @@ struct super_operations {
        void (*umount_begin) (struct super_block *);
 
        int (*show_options)(struct seq_file *, struct vfsmount *);
-       int (*show_devname)(struct seq_file *, struct vfsmount *);
+       int (*show_devname)(struct seq_file *, struct dentry *);
        int (*show_path)(struct seq_file *, struct vfsmount *);
        int (*show_stats)(struct seq_file *, struct dentry *);
 #ifdef CONFIG_QUOTA