Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 232997
b: refs/heads/master
c: abd30bb
h: refs/heads/master
i:
  232995: f3ad06f
v: v3
  • Loading branch information
Tsutomu Itoh authored and Chris Mason committed Jan 28, 2011
1 parent f2145ca commit 809baab
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 3612b49598c303cfb22a4b609427f829828e2427
refs/heads/master: abd30bb0af9d4671506502278e8631bed9e3c35c
2 changes: 1 addition & 1 deletion trunk/fs/btrfs/ioctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -2085,7 +2085,7 @@ static long btrfs_ioctl_trans_start(struct file *file)

ret = -ENOMEM;
trans = btrfs_start_ioctl_transaction(root, 0);
if (!trans)
if (IS_ERR(trans))
goto out_drop;

file->private_data = trans;
Expand Down

0 comments on commit 809baab

Please sign in to comment.