]> git.karo-electronics.de Git - linux-beck.git/commitdiff
Orangefs: put PVFS_util_min out of its misery.
authorMike Marshall <hubcap@omnibond.com>
Thu, 24 Sep 2015 16:38:38 +0000 (12:38 -0400)
committerMike Marshall <hubcap@omnibond.com>
Sat, 3 Oct 2015 15:44:33 +0000 (11:44 -0400)
Signed-off-by: Mike Marshall <hubcap@omnibond.com>
fs/orangefs/protocol.h

index cae9cc0f9d182d0cd5eed21a988a3ee0a3992c1c..c50c6e30f5a848007bf147ed228d60f146551c11 100644 (file)
@@ -572,7 +572,6 @@ struct dev_mask2_info_s {
 };
 
 /* pvfs2-util.h *************************************************************/
-#define PVFS_util_min(x1, x2) (((x1) > (x2)) ? (x2) : (x1))
 __s32 PVFS_util_translate_mode(int mode);
 
 /* pvfs2-debug.h ************************************************************/