Whamcloud - gitweb
Make the warning message more readable.
authorfanyong <fanyong>
Mon, 16 Oct 2006 12:33:35 +0000 (12:33 +0000)
committerfanyong <fanyong>
Mon, 16 Oct 2006 12:33:35 +0000 (12:33 +0000)
lustre/llite/xattr.c

index 5a163f1..0d0437f 100644 (file)
@@ -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 xetfacl\"");
+                              "please use \"lfs getfacl\" / \"lfs setfacl\"");
                         return -EOPNOTSUPP;
                 } else if (!(sbi->ll_flags & LL_SBI_ACL)) {
-                        CWARN("Server not support xetfacl\n");
+                        CWARN("Server not support ACL!\n");
                         return -EOPNOTSUPP;
                 }
         }