瀏覽代碼

Orangefs: put PVFS_util_min out of its misery.

Signed-off-by: Mike Marshall <hubcap@omnibond.com>
Mike Marshall 10 年之前
父節點
當前提交
d6fe654b7b
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      fs/orangefs/protocol.h

+ 0 - 1
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 ************************************************************/