commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[hurd] 05/43: ext2fs: Reduce verbosity of missing xattr support on the F


From: Samuel Thibault
Subject: [hurd] 05/43: ext2fs: Reduce verbosity of missing xattr support on the FS
Date: Mon, 11 Sep 2017 07:10:09 +0000

This is an automated email from the git hooks/post-receive script.

sthibault pushed a commit to branch upstream
in repository hurd.

commit 019f9923e879ff326b14b2de04c6939c07ccb55b
Author: Samuel Thibault <address@hidden>
Date:   Fri Jun 9 22:08:23 2017 +0200

    ext2fs: Reduce verbosity of missing xattr support on the FS
    
    * ext2fs/xattr.c (ext2_free_xattr_block): Only warn about missing ext2fs
    support in debugging mode.
---
 ext2fs/xattr.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ext2fs/xattr.c b/ext2fs/xattr.c
index c703717..4596919 100644
--- a/ext2fs/xattr.c
+++ b/ext2fs/xattr.c
@@ -429,7 +429,7 @@ ext2_free_xattr_block (struct node *np)
 
   if (!EXT2_HAS_COMPAT_FEATURE (sblock, EXT2_FEATURE_COMPAT_EXT_ATTR))
     {
-      ext2_warning ("Filesystem has no support for extended attributes.");
+      ext2_debug ("Filesystem has no support for extended attributes.");
       return EOPNOTSUPP;
     }
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-hurd/hurd.git



reply via email to

[Prev in Thread] Current Thread [Next in Thread]