summaryrefslogtreecommitdiffstats
path: root/fs/orangefs/protocol.h
diff options
context:
space:
mode:
authorMike Marshall2015-09-24 18:38:38 +0200
committerMike Marshall2015-10-03 17:44:33 +0200
commitd6fe654b7b580720fee632c8d526c6a159111d50 (patch)
tree649c266b59a374b1f53148b751a1b061ec213d3c /fs/orangefs/protocol.h
parentOrangefs: fix dir_emit code in pvfs2_readdir. (diff)
downloadkernel-qcow2-linux-d6fe654b7b580720fee632c8d526c6a159111d50.tar.gz
kernel-qcow2-linux-d6fe654b7b580720fee632c8d526c6a159111d50.tar.xz
kernel-qcow2-linux-d6fe654b7b580720fee632c8d526c6a159111d50.zip
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 ************************************************************/