diff options
author | Mike Marshall <hubcap@omnibond.com> | 2015-09-24 19:38:38 +0300 |
---|---|---|
committer | Mike Marshall <hubcap@omnibond.com> | 2015-10-03 18:44:33 +0300 |
commit | d6fe654b7b580720fee632c8d526c6a159111d50 (patch) | |
tree | 649c266b59a374b1f53148b751a1b061ec213d3c /fs/orangefs/protocol.h | |
parent | 88309aae3ddb62e6d02a8f1002a4f4fc41b423ad (diff) | |
download | linux-d6fe654b7b580720fee632c8d526c6a159111d50.tar.xz |
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.h | 1 |
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 ************************************************************/ |