]> git.baikalelectronics.ru Git - kernel.git/commit
Btrfs: code cleanup min/max -> min_t/max_t
authorSeraphime Kirkovski <kirkseraph@gmail.com>
Thu, 15 Dec 2016 13:38:28 +0000 (14:38 +0100)
committerDavid Sterba <dsterba@suse.com>
Tue, 14 Feb 2017 14:50:50 +0000 (15:50 +0100)
commitfc32a834e4d57e0c776f3bf3a2b6750f04593853
tree2a5e37ace18e7a8134727ba803d745946f197c6d
parente449f7a763490c2f6da659a28deba1151df95062
Btrfs: code cleanup min/max -> min_t/max_t

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 <kirkseraph@gmail.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/file-item.c
fs/btrfs/ioctl.c