btrfs: un-deprecate ioctls START_SYNC and WAIT_SYNC
authorDavid Sterba <dsterba@suse.com>
Mon, 4 Nov 2019 20:29:30 +0000 (21:29 +0100)
committerDavid Sterba <dsterba@suse.com>
Mon, 4 Nov 2019 20:42:01 +0000 (21:42 +0100)
commita5009d3a318e9f02ddc9aa3d55e2c64d6285c4b9
tree37ed8e5d417fee92cc44faa618228761f20f05c6
parentd98da49977f67394db492f06c00b1fb1cc090c05
btrfs: un-deprecate ioctls START_SYNC and WAIT_SYNC

The two ioctls START_SYNC and WAIT_SYNC were mistakenly marked as
deprecated and scheduled for removal but we actualy do use them for
'btrfs subvolume delete -C/-c'. The deprecated thing in ebc87351e5fc
should have been just the async flag for subvolume creation.

The deprecation has been added in this development cycle, remove it
until it's time.

Fixes: ebc87351e5fc ("btrfs: Deprecate BTRFS_SUBVOL_CREATE_ASYNC flag")
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/ioctl.c