OSDN Git Service

staging: lustre: replace MIN with min_t
authorJeremiah Mahler <jmmahler@gmail.com>
Fri, 26 Dec 2014 00:04:42 +0000 (16:04 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 17 Jan 2015 23:49:21 +0000 (15:49 -0800)
commit462ef1e0e7e2d140ca9b41e7eae48c5f9348c68a
tree3d69a90942f4e8a88ded1a0395fa28ebf60c7149
parent0c5754178d8b39e5709da82873f0a6d975ea92f5
staging: lustre: replace MIN with min_t

Switch from MIN to the built in min_t with the int type.

Signed-off-by: Jeremiah Mahler <jmmahler@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lnet/klnds/socklnd/socklnd_cb.c