From 019f9923e879ff326b14b2de04c6939c07ccb55b Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Fri, 9 Jun 2017 22:08:23 +0200 Subject: 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(-) (limited to 'ext2fs/xattr.c') diff --git a/ext2fs/xattr.c b/ext2fs/xattr.c index c7037176..45969195 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; } -- cgit v1.2.3