]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/fuse/inode.c
Merge branch 'master' into gfs2
[linux-2.6-omap-h63xx.git] / fs / fuse / inode.c
index cb7cadb0b7901906e2dfd47bd5f3aac3b3578fb7..7d0a9aee01f248ef70bb1796a013fca8dda571af 100644 (file)
@@ -251,6 +251,7 @@ static int fuse_statfs(struct dentry *dentry, struct kstatfs *buf)
        memset(&outarg, 0, sizeof(outarg));
        req->in.numargs = 0;
        req->in.h.opcode = FUSE_STATFS;
+       req->in.h.nodeid = get_node_id(dentry->d_inode);
        req->out.numargs = 1;
        req->out.args[0].size =
                fc->minor < 4 ? FUSE_COMPAT_STATFS_SIZE : sizeof(outarg);