From 5a3cbe16db04dead49210e6170f6a2a526aa1ad7 Mon Sep 17 00:00:00 2001 From: David Sterba Date: Thu, 3 Mar 2016 11:33:04 +0100 Subject: btrfs-progs: don't print message for a missing device The message "warning devid %llu not found already\n", does not seem to be too useful, it appears during several commands and sometimes repeatedly. Signed-off-by: David Sterba --- volumes.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'volumes.c') diff --git a/volumes.c b/volumes.c index cc3e6b7f..4d22db25 100644 --- a/volumes.c +++ b/volumes.c @@ -1810,8 +1810,6 @@ static int read_one_dev(struct btrfs_root *root, device = btrfs_find_device(root, devid, dev_uuid, fs_uuid); if (!device) { - printk("warning devid %llu not found already\n", - (unsigned long long)devid); device = kzalloc(sizeof(*device), GFP_NOFS); if (!device) return -ENOMEM; -- cgit v1.2.3