]> git.baikalelectronics.ru Git - kernel.git/commit
btrfs: Deprecate BTRFS_SUBVOL_CREATE_ASYNC flag
authorNikolay Borisov <nborisov@suse.com>
Mon, 26 Aug 2019 14:34:24 +0000 (17:34 +0300)
committerDavid Sterba <dsterba@suse.com>
Mon, 9 Sep 2019 12:59:14 +0000 (14:59 +0200)
commit0cd8b50dd2942d9af2c6a6f8c2082474fe43e3b8
tree038ee48f2552a9f345e3a3648829d5ae596344a6
parentb5b0ab826db2a0f386443258ccf3c786088d8e35
btrfs: Deprecate BTRFS_SUBVOL_CREATE_ASYNC flag

Support for asynchronous snapshot creation was originally added in
444729cda75a ("Btrfs: add SNAP_CREATE_ASYNC ioctl") to cater for
ceph's backend needs. However, since Ceph has deprecated support for
btrfs there is no longer need for that support in btrfs. Additionally,
this was never supported by btrfs-progs, the official userspace tools.

Reviewed-by: Qu Wenruo <wqu@suse.com>
Reviewed-by: Johannes Thumshirn <jthumshirn@suse.de>
Signed-off-by: Nikolay Borisov <nborisov@suse.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/ioctl.c