Re: [PATCH v2] btrfs: Replace opencoded sizes with their symbolic constants

2017-10-16 Thread David Sterba
On Mon, Oct 16, 2017 at 04:48:40PM +0300, Nikolay Borisov wrote: > Currently btrfs' code uses a mix of opencoded sizes and defines from sizes.h. > Let's unifiy the code base to always use the symbolic constants. No functional > changes > > Signed-off-by: Nikolay Borisov Reviewed-by: David Sterba

[PATCH v2] btrfs: Replace opencoded sizes with their symbolic constants

2017-10-16 Thread Nikolay Borisov
Currently btrfs' code uses a mix of opencoded sizes and defines from sizes.h. Let's unifiy the code base to always use the symbolic constants. No functional changes Signed-off-by: Nikolay Borisov --- Changes since v1: * Don't modify values which represent counts rather than bytes fs/btrfs/ctr