commit | 28b12e41683e6722a0c4d058fdf69be845e4832b | [log] [tgz] |
---|---|---|
author | Jeremiah Mahler <jmmahler@gmail.com> | Thu Dec 25 16:04:45 2014 -0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sat Jan 17 15:49:22 2015 -0800 |
tree | be9041818637df0278fc474bc68f26ccc5d9f246 | |
parent | fce6ad229b5d7a0601f59afa6ce6fdaa09b177f1 [diff] |
staging: lustre: replace MIN with min_t, remove cast Switch from MIN to min_t and remove the previous cast of the second argument to int. Signed-off-by: Jeremiah Mahler <jmmahler@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>