Re: [PATCH 4/4] Btrfs: code cleanup min/max -> min_t/max_t

2016-12-20 Thread David Sterba
On Thu, Dec 15, 2016 at 02:38:28PM +0100, Seraphime Kirkovski wrote: > This cleans up the cases where the min/max macros were used with a cast > rather than using directly min_t/max_t. > > Signed-off-by: Seraphime Kirkovski Reviewed-by: David Sterba Added to cleanups branch, thanks. -- To unsu

[PATCH 4/4] Btrfs: code cleanup min/max -> min_t/max_t

2016-12-15 Thread Seraphime Kirkovski
This cleans up the cases where the min/max macros were used with a cast rather than using directly min_t/max_t. Signed-off-by: Seraphime Kirkovski --- fs/btrfs/file-item.c | 4 ++-- fs/btrfs/ioctl.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/fs/btrfs/file-item.c b