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/downcall.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fs/orangefs/downcall.h') diff --git a/fs/orangefs/downcall.h b/fs/orangefs/downcall.h index 72d4cac54821..66b99210f1f9 100644 --- a/fs/orangefs/downcall.h +++ b/fs/orangefs/downcall.h @@ -33,7 +33,7 @@ struct orangefs_symlink_response { struct orangefs_getattr_response { struct ORANGEFS_sys_attr_s attributes; - char link_target[ORANGEFS_NAME_LEN]; + char link_target[ORANGEFS_NAME_MAX]; }; struct orangefs_mkdir_response { -- cgit