aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/xattr.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/cifs/xattr.c')
-rw-r--r--fs/cifs/xattr.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/cifs/xattr.c b/fs/cifs/xattr.c
index 836c39e7c09a..f61e433d281c 100644
--- a/fs/cifs/xattr.c
+++ b/fs/cifs/xattr.c
@@ -184,7 +184,8 @@ int cifs_setxattr(struct dentry *direntry, const char *ea_name,
184 cFYI(1, ("set default POSIX ACL not supported")); 184 cFYI(1, ("set default POSIX ACL not supported"));
185#endif 185#endif
186 } else { 186 } else {
187 cFYI(1, ("illegal xattr request %s (only user namespace supported)", ea_name)); 187 cFYI(1, ("illegal xattr request %s (only user namespace"
188 " supported)", ea_name));
188 /* BB what if no namespace prefix? */ 189 /* BB what if no namespace prefix? */
189 /* Should we just pass them to server, except for 190 /* Should we just pass them to server, except for
190 system and perhaps security prefixes? */ 191 system and perhaps security prefixes? */