From 387915ded529bc47138d1b1401c94569ac4ce71c Mon Sep 17 00:00:00 2001 From: Jeremiah Mahler Date: Thu, 25 Dec 2014 16:04:43 -0800 Subject: [PATCH] staging: lustre: replace MIN/MAX with min_t/max_t Switch from MIN/MAX to min_t/max_t with a size_t type. The size_t type was chosen because one operand is a size_t and all the others are immediate integer values. Signed-off-by: Jeremiah Mahler Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed