staging: lustre: replace MIN with min_t, remove cast
authorJeremiah Mahler <jmmahler@gmail.com>
Fri, 26 Dec 2014 00:04:45 +0000 (16:04 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 17 Jan 2015 23:49:22 +0000 (15:49 -0800)
commit28b12e41683e6722a0c4d058fdf69be845e4832b
treebe9041818637df0278fc474bc68f26ccc5d9f246
parentfce6ad229b5d7a0601f59afa6ce6fdaa09b177f1
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>
drivers/staging/lustre/lnet/lnet/lib-move.c