Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 285981
b: refs/heads/master
c: 4da6f1a
h: refs/heads/master
i:
  285979: 259fbf1
v: v3
  • Loading branch information
Li Zefan committed Jan 11, 2012
1 parent 12b5f58 commit 5ba1a90
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: f062abf089ff705e09bbaa6fa1e2fd7688a0f2ea
refs/heads/master: 4da6f1a332f6c16b6594c7892f13c31459b9b1c8
2 changes: 1 addition & 1 deletion trunk/fs/btrfs/ioctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ static int btrfs_ioctl_setflags(struct file *file, void __user *arg)
ip->flags &= ~(BTRFS_INODE_COMPRESS | BTRFS_INODE_NOCOMPRESS);
}

trans = btrfs_join_transaction(root);
trans = btrfs_start_transaction(root, 1);
if (IS_ERR(trans)) {
ret = PTR_ERR(trans);
goto out_drop;
Expand Down

0 comments on commit 5ba1a90

Please sign in to comment.