diff --git a/[refs] b/[refs] index 258e543cb36c..8156e138d503 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c12b3c62513ecf95c979d5c1785f99562b9dd10d +refs/heads/master: b9ba347f27f2508e3da023688d047e111cbbe2da diff --git a/trunk/fs/fuse/dir.c b/trunk/fs/fuse/dir.c index 8890eba1db52..bd5a772d8ccf 100644 --- a/trunk/fs/fuse/dir.c +++ b/trunk/fs/fuse/dir.c @@ -485,7 +485,7 @@ static int fuse_mknod(struct inode *dir, struct dentry *entry, int mode, static int fuse_create(struct inode *dir, struct dentry *entry, int mode, struct nameidata *nd) { - if (nd && (nd->flags & LOOKUP_CREATE)) { + if (nd && (nd->flags & LOOKUP_OPEN)) { int err = fuse_create_open(dir, entry, mode, nd); if (err != -ENOSYS) return err;