commit | 0c5754178d8b39e5709da82873f0a6d975ea92f5 | [log] [tgz] |
---|---|---|
author | Jeremiah Mahler <jmmahler@gmail.com> | Thu Dec 25 16:04:41 2014 -0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sat Jan 17 15:49:21 2015 -0800 |
tree | ecbf6448111a40f2a03567938ad59439094ba82a | |
parent | 3f3af378f5d7e9085496a064ef2b0c3b35a8a62c [diff] |
staging: lustre: use min/max instead of MIN/MAX, simple cases Custom MIN/MAX operations are being used which are not as robust as the built in min/max operations which will warn about potentially problematic type comparisons. For the simple cases, where no type warning is produced, simply replace MIN/MAX with min/max. Signed-off-by: Jeremiah Mahler <jmmahler@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>