mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-17 18:36:00 +00:00
Orangefs: put PVFS_util_min out of its misery.
Signed-off-by: Mike Marshall <hubcap@omnibond.com>
This commit is contained in:
parent
88309aae3d
commit
d6fe654b7b
@ -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 ************************************************************/
|
||||
|
Loading…
x
Reference in New Issue
Block a user