From 47b4948fdb1055cd8d8f86aebb0b3fcb06ba36d5 Mon Sep 17 00:00:00 2001 From: Martin Brandenburg Date: Sat, 20 Feb 2016 14:22:40 -0500 Subject: orangefs: use ORANGEFS_NAME_LEN everywhere; remove ORANGEFS_NAME_MAX Signed-off-by: Martin Brandenburg Signed-off-by: Mike Marshall --- fs/orangefs/orangefs-dev-proto.h | 1 - 1 file changed, 1 deletion(-) (limited to 'fs/orangefs/orangefs-dev-proto.h') diff --git a/fs/orangefs/orangefs-dev-proto.h b/fs/orangefs/orangefs-dev-proto.h index 5a8725a88eac..9eac9d9a3f3a 100644 --- a/fs/orangefs/orangefs-dev-proto.h +++ b/fs/orangefs/orangefs-dev-proto.h @@ -46,7 +46,6 @@ * Misc constants. Please retain them as multiples of 8! * Otherwise 32-64 bit interactions will be messed up :) */ -#define ORANGEFS_NAME_LEN 0x00000100 #define ORANGEFS_MAX_DEBUG_STRING_LEN 0x00000400 #define ORANGEFS_MAX_DEBUG_ARRAY_LEN 0x00000800 -- cgit