projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
88309aa
)
Orangefs: put PVFS_util_min out of its misery.
author
Mike Marshall
<hubcap@omnibond.com>
Thu, 24 Sep 2015 16:38:38 +0000
(12:38 -0400)
committer
Mike Marshall
<hubcap@omnibond.com>
Sat, 3 Oct 2015 15:44:33 +0000
(11:44 -0400)
Signed-off-by: Mike Marshall <hubcap@omnibond.com>
fs/orangefs/protocol.h
patch
|
blob
|
blame
|
history
diff --git
a/fs/orangefs/protocol.h
b/fs/orangefs/protocol.h
index cae9cc0f9d182d0cd5eed21a988a3ee0a3992c1c..c50c6e30f5a848007bf147ed228d60f146551c11 100644
(file)
--- 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 ************************************************************/