Re: [PATCH 02/19] btrfs: rename DISCARD opt to DISCARD_SYNC

2019-10-11 Thread Nikolay Borisov
On 7.10.19 г. 23:17 ч., Dennis Zhou wrote: > This series introduces async discard which will use the flag > DISCARD_ASYNC, so rename the original flag to DISCARD_SYNC as it is > synchronously done in transaction commit. > > Signed-off-by: Dennis Zhou > --- > fs/btrfs/block-group.c | 2 +- > f

Re: [PATCH 02/19] btrfs: rename DISCARD opt to DISCARD_SYNC

2019-10-08 Thread Johannes Thumshirn
Looks good, Reviewed-by: Johannes Thumshirn -- Johannes ThumshirnSUSE Labs Filesystems jthumsh...@suse.de+49 911 74053 689 SUSE Software Solutions Germany GmbH Maxfeldstr. 5 90409 Nürnberg Germany (HRB 247165, AG München) Key fingerprint

Re: [PATCH 02/19] btrfs: rename DISCARD opt to DISCARD_SYNC

2019-10-07 Thread Josef Bacik
On Mon, Oct 07, 2019 at 04:17:33PM -0400, Dennis Zhou wrote: > This series introduces async discard which will use the flag > DISCARD_ASYNC, so rename the original flag to DISCARD_SYNC as it is > synchronously done in transaction commit. > > Signed-off-by: Dennis Zhou Reviewed-by: Josef Bacik