]> err.no Git - linux-2.6/blobdiff - fs/cifs/cifsfs.c
Auto-update from upstream
[linux-2.6] / fs / cifs / cifsfs.c
index 08b35801dfedef35442616a5d5d0f871fefdc239..7520f4687158d2e1bec34bf96846499fd1a44746 100644 (file)
@@ -166,8 +166,9 @@ cifs_put_super(struct super_block *sb)
 }
 
 static int
-cifs_statfs(struct super_block *sb, struct kstatfs *buf)
+cifs_statfs(struct dentry *dentry, struct kstatfs *buf)
 {
+       struct super_block *sb = dentry->d_sb;
        int xid; 
        int rc = -EOPNOTSUPP;
        struct cifs_sb_info *cifs_sb;