]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - Documentation/filesystems/Locking
[PATCH] VFS: Permit filesystem to perform statfs with a known root dentry
[net-next-2.6.git] / Documentation / filesystems / Locking
index 3abf08f1b14a40dad085f38535857d4d8db5ff4b..d31efbbdfe50c49055664f610d391b660a821749 100644 (file)
@@ -99,7 +99,7 @@ prototypes:
        int (*sync_fs)(struct super_block *sb, int wait);
        void (*write_super_lockfs) (struct super_block *);
        void (*unlockfs) (struct super_block *);
-       int (*statfs) (struct super_block *, struct kstatfs *);
+       int (*statfs) (struct dentry *, struct kstatfs *);
        int (*remount_fs) (struct super_block *, int *, char *);
        void (*clear_inode) (struct inode *);
        void (*umount_begin) (struct super_block *);