Re: [PATCH] btrfs: use BLK_STS defines where needed

2017-10-16 Thread David Sterba
On Sat, Oct 14, 2017 at 08:35:56AM +0800, Anand Jain wrote: > At few places we could use BLK_STS_OK and BLK_STS_NOSUPP. > > Signed-off-by: Anand Jain > --- > fs/btrfs/compression.c | 3 ++- > fs/btrfs/inode.c | 4 ++-- > fs/btrfs/volumes.c | 2 +- > 3 files changed, 5 insertions(+), 4

Re: [PATCH] btrfs: use BLK_STS defines where needed

2017-10-14 Thread Satoru Takeuchi
At Sat, 14 Oct 2017 08:35:56 +0800, Anand Jain wrote: > > At few places we could use BLK_STS_OK and BLK_STS_NOSUPP. > > Signed-off-by: Anand Jain Reviewed-by: Satoru Taekeuchi > --- > fs/btrfs/compression.c | 3 ++- > fs/btrfs/inode.c | 4 ++-- > fs/btrfs/volumes.c | 2 +- > 3 file