OSDN Git Service

btrfs: adjust delayed refs message level
authorDavid Sterba <dsterba@suse.com>
Thu, 28 Nov 2019 14:34:28 +0000 (15:34 +0100)
committerDavid Sterba <dsterba@suse.com>
Mon, 23 Mar 2020 16:01:45 +0000 (17:01 +0100)
The message seems to be for debugging and has little value for users.

Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Reviewed-by: Anand Jain <anand.jain@oracle.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/disk-io.c

index abd7a61..f109607 100644 (file)
@@ -4302,7 +4302,7 @@ static int btrfs_destroy_delayed_refs(struct btrfs_transaction *trans,
        spin_lock(&delayed_refs->lock);
        if (atomic_read(&delayed_refs->num_entries) == 0) {
                spin_unlock(&delayed_refs->lock);
-               btrfs_info(fs_info, "delayed_refs has NO entry");
+               btrfs_debug(fs_info, "delayed_refs has NO entry");
                return ret;
        }