]> Git Repo - linux.git/blobdiff - fs/hppfs/hppfs_kern.c
[PATCH] VFS: Permit filesystem to perform statfs with a known root dentry
[linux.git] / fs / hppfs / hppfs_kern.c
index ec43c22bc9c0f7181a375ed8057548adece3ca36..3a9bdf58166f39f1ee946d7e15d8f3b4dc3b40ac 100644 (file)
@@ -616,7 +616,7 @@ static const struct file_operations hppfs_dir_fops = {
        .fsync          = hppfs_fsync,
 };
 
-static int hppfs_statfs(struct super_block *sb, struct kstatfs *sf)
+static int hppfs_statfs(struct dentry *dentry, struct kstatfs *sf)
 {
        sf->f_blocks = 0;
        sf->f_bfree = 0;
This page took 0.02412 seconds and 4 git commands to generate.