commit | 75eaa0e22c055e38982df267d0f84cc510ba38bf | [log] [tgz] |
---|---|---|
author | Sage Weil <sage@newdream.net> | Fri Dec 10 00:36:28 2010 +0000 |
committer | Chris Mason <chris.mason@oracle.com> | Fri Dec 10 16:29:10 2010 -0500 |
tree | 073828ec809c95dbae9368b7f83a3734dad82b45 | |
parent | 24ae63656a165c870c0d69fcc8aac1dc35e25e34 [diff] |
Btrfs: fix sync subvol/snapshot creation We were incorrectly taking the async path even for the sync ioctls by passing in &transid unconditionally. There's ample room for further cleanup here, but this keeps the fix simple. Signed-off-by: Sage Weil <sage@newdream.net> Reviewed-by: Li Zefan <lizf@cn.fujitsu.com> Signed-off-by: Chris Mason <chris.mason@oracle.com>