aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fuse
diff options
context:
space:
mode:
Diffstat (limited to 'fs/fuse')
-rw-r--r--fs/fuse/dir.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/fuse/dir.c b/fs/fuse/dir.c
index 110db5425dc..ccdab3ac422 100644
--- a/fs/fuse/dir.c
+++ b/fs/fuse/dir.c
@@ -509,8 +509,7 @@ mknod:
509 if (err) 509 if (err)
510 goto out_dput; 510 goto out_dput;
511no_open: 511no_open:
512 finish_no_open(file, res); 512 return finish_no_open(file, res);
513 return 1;
514} 513}
515 514
516/* 515/*