commit | fdfb1e4f6c61477a61890b64974d65cdc3a98702 | [log] [tgz] |
---|---|---|
author | Li Zefan <lizf@cn.fujitsu.com> | Fri Dec 10 06:41:56 2010 +0000 |
committer | Chris Mason <chris.mason@oracle.com> | Fri Dec 10 16:29:11 2010 -0500 |
tree | 2bb65569dfbcfe12e4d54449d018abeebf88e89d | |
parent | 914ee295af418e936ec20a08c1663eaabe4cd07a [diff] |
Btrfs: Make async snapshot ioctl more generic If we had reserved some bytes in struct btrfs_ioctl_vol_args, we wouldn't have to create a new structure for async snapshot creation. Here we convert async snapshot ioctl to use a more generic ABI, as we'll add more ioctls for snapshots/subvolumes in the future, readonly snapshots for example. Signed-off-by: Li Zefan <lizf@cn.fujitsu.com> Signed-off-by: Chris Mason <chris.mason@oracle.com>