]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/fuse/dir.c
fuse: add file kernel handle
[linux-2.6-omap-h63xx.git] / fs / fuse / dir.c
index 9e7c5385699f410e69c16a95a5bf86e1f30818ee..16ae55d347bb5d394b597ad82edf04a05cade37f 100644 (file)
@@ -408,7 +408,7 @@ static int fuse_create_open(struct inode *dir, struct dentry *entry, int mode,
                goto out_put_forget_req;
 
        err = -ENOMEM;
-       ff = fuse_file_alloc();
+       ff = fuse_file_alloc(fc);
        if (!ff)
                goto out_put_request;