commit | 50d0446e68fa0b687bd06288cc6cc25c475ab3fb | [log] [tgz] |
---|---|---|
author | Seraphime Kirkovski <kirkseraph@gmail.com> | Thu Dec 15 14:38:28 2016 +0100 |
committer | David Sterba <dsterba@suse.com> | Tue Feb 14 15:50:50 2017 +0100 |
tree | 2a5e37ace18e7a8134727ba803d745946f197c6d | |
parent | 6b4df8b6c59fc865deb2650b60e38aca4c67a972 [diff] |
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>