btrfs: unlock extents in btrfs_zero_range in case of quota reservation errors
[linux-2.6-microblaze.git] / fs / 9p / vfs_super.c
index 9a21269..5fce6e3 100644 (file)
@@ -268,6 +268,7 @@ static int v9fs_statfs(struct dentry *dentry, struct kstatfs *buf)
        }
        res = simple_statfs(dentry, buf);
 done:
+       p9_client_clunk(fid);
        return res;
 }