From: Mike Marshall Date: Thu, 24 Sep 2015 16:38:38 +0000 (-0400) Subject: Orangefs: put PVFS_util_min out of its misery. X-Git-Tag: v4.6-rc1~2^2~160 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=d6fe654b7b580720fee632c8d526c6a159111d50;p=users%2Fjedix%2Flinux-maple.git Orangefs: put PVFS_util_min out of its misery. Signed-off-by: Mike Marshall --- diff --git a/fs/orangefs/protocol.h b/fs/orangefs/protocol.h index cae9cc0f9d182..c50c6e30f5a84 100644 --- a/fs/orangefs/protocol.h +++ b/fs/orangefs/protocol.h @@ -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 ************************************************************/