Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a89c47a
)
Make the warning message more readable.
author
fanyong
<fanyong>
Mon, 16 Oct 2006 12:33:35 +0000
(12:33 +0000)
committer
fanyong
<fanyong>
Mon, 16 Oct 2006 12:33:35 +0000
(12:33 +0000)
lustre/llite/xattr.c
patch
|
blob
|
history
diff --git
a/lustre/llite/xattr.c
b/lustre/llite/xattr.c
index
5a163f1
..
0d0437f
100644
(file)
--- a/
lustre/llite/xattr.c
+++ b/
lustre/llite/xattr.c
@@
-92,10
+92,10
@@
int xattr_type_filter(struct ll_sb_info *sbi, int xattr_type)
(xattr_type == XATTR_ACL_DEFAULT_T)) {
if (sbi->ll_flags & LL_SBI_RMT_CLIENT) {
CWARN("For remote client, "
- "
repalce \"xetfacl\" with \"lfs x
etfacl\"");
+ "
please use \"lfs getfacl\" / \"lfs s
etfacl\"");
return -EOPNOTSUPP;
} else if (!(sbi->ll_flags & LL_SBI_ACL)) {
- CWARN("Server not support
xetfacl
\n");
+ CWARN("Server not support
ACL!
\n");
return -EOPNOTSUPP;
}
}