Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 116285
b: refs/heads/master
c: 17e18ab
h: refs/heads/master
i:
  116283: 2367a2b
v: v3
  • Loading branch information
Julia Lawall authored and Miklos Szeredi committed Oct 16, 2008
1 parent 4751855 commit 4a84696
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 769415c61191bc860f60c6edc3cb7cba24fb3218
refs/heads/master: 17e18ab6ff6ec44e95514c7346d2cbd0363ef640
3 changes: 2 additions & 1 deletion trunk/fs/fuse/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -865,7 +865,7 @@ static int fuse_fill_super(struct super_block *sb, void *data, int silent)
if (is_bdev) {
fc->destroy_req = fuse_request_alloc();
if (!fc->destroy_req)
goto err_put_root;
goto err_free_init_req;
}

mutex_lock(&fuse_mutex);
Expand Down Expand Up @@ -895,6 +895,7 @@ static int fuse_fill_super(struct super_block *sb, void *data, int silent)

err_unlock:
mutex_unlock(&fuse_mutex);
err_free_init_req:
fuse_request_free(init_req);
err_put_root:
dput(root_dentry);
Expand Down

0 comments on commit 4a84696

Please sign in to comment.