summaryrefslogtreecommitdiff
path: root/fs/orangefs/protocol.h
diff options
context:
space:
mode:
authorMike Marshall <hubcap@omnibond.com>2015-09-24 12:38:38 -0400
committerMike Marshall <hubcap@omnibond.com>2015-10-03 11:44:33 -0400
commitd6fe654b7b580720fee632c8d526c6a159111d50 (patch)
tree649c266b59a374b1f53148b751a1b061ec213d3c /fs/orangefs/protocol.h
parent88309aae3ddb62e6d02a8f1002a4f4fc41b423ad (diff)
Orangefs: put PVFS_util_min out of its misery.
Signed-off-by: Mike Marshall <hubcap@omnibond.com>
Diffstat (limited to 'fs/orangefs/protocol.h')
-rw-r--r--fs/orangefs/protocol.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/orangefs/protocol.h b/fs/orangefs/protocol.h
index cae9cc0f9d18..c50c6e30f5a8 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 ************************************************************/