diff options
Diffstat (limited to 'fs/orangefs/downcall.h')
-rw-r--r-- | fs/orangefs/downcall.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |