summaryrefslogtreecommitdiff
path: root/fs/orangefs/orangefs-kernel.h
diff options
context:
space:
mode:
authorMike Marshall <hubcap@omnibond.com>2016-01-19 17:04:40 (GMT)
committerMike Marshall <hubcap@omnibond.com>2016-01-19 17:04:40 (GMT)
commitcf0c27715bd640628d39421f3d232c87d7e08954 (patch)
treea68dcd707a5d0674b72d25c4548bc27ea2430691 /fs/orangefs/orangefs-kernel.h
parent5e1f3938f9e4ef539031d639879cb1cea870fab5 (diff)
downloadlinux-cf0c27715bd640628d39421f3d232c87d7e08954.tar.xz
Orangefs: make gossip statement more palatable to xtensa
Thanks to Intel's kbuild test robot Signed-off-by: Mike Marshall <hubcap@omnibond.com>
Diffstat (limited to 'fs/orangefs/orangefs-kernel.h')
-rw-r--r--fs/orangefs/orangefs-kernel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/orangefs/orangefs-kernel.h b/fs/orangefs/orangefs-kernel.h
index 1c87e0b..6dcc38a 100644
--- a/fs/orangefs/orangefs-kernel.h
+++ b/fs/orangefs/orangefs-kernel.h
@@ -75,9 +75,9 @@
#define ORANGEFS_MAX_MOUNT_OPT_LEN 0x00000080
#define ORANGEFS_MAX_FSKEY_LEN 64
-#define MAX_DEV_REQ_UPSIZE (2*sizeof(__s32) + \
+#define MAX_DEV_REQ_UPSIZE (2 * sizeof(__s32) + \
sizeof(__u64) + sizeof(struct orangefs_upcall_s))
-#define MAX_DEV_REQ_DOWNSIZE (2*sizeof(__s32) + \
+#define MAX_DEV_REQ_DOWNSIZE (2 * sizeof(__s32) + \
sizeof(__u64) + sizeof(struct orangefs_downcall_s))
/* borrowed from irda.h */