]> git.kernelconcepts.de Git - karo-tx-linux.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)
commit50d0446e68fa0b687bd06288cc6cc25c475ab3fb
tree2a5e37ace18e7a8134727ba803d745946f197c6d
parent6b4df8b6c59fc865deb2650b60e38aca4c67a972
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