Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 243177
b: refs/heads/master
c: 2d4e6f6
h: refs/heads/master
i:
  243175: 5bf2545
v: v3
  • Loading branch information
liubo authored and root committed Mar 28, 2011
1 parent ad48202 commit 4e690e8
Show file tree
Hide file tree
Showing 2 changed files with 4 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: dac97e516c617f9c797f64b0224050b70aea30c7
refs/heads/master: 2d4e6f6ad2b9f84f568d07dae4bdbc7f48a70ad1
4 changes: 3 additions & 1 deletion trunk/fs/btrfs/ioctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -247,9 +247,11 @@ static int btrfs_ioctl_setflags(struct file *file, void __user *arg)
btrfs_end_transaction(trans, root);

mnt_drop_write(file->f_path.mnt);

ret = 0;
out_unlock:
mutex_unlock(&inode->i_mutex);
return 0;
return ret;
}

static int btrfs_ioctl_getversion(struct file *file, int __user *arg)
Expand Down

0 comments on commit 4e690e8

Please sign in to comment.