]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
btrfs: remove a printk from scan_one_device
authorDavid Sterba <dsterba@suse.cz>
Wed, 27 Feb 2013 23:13:55 +0000 (23:13 +0000)
committerJosef Bacik <jbacik@fusionio.com>
Thu, 28 Feb 2013 18:33:52 +0000 (13:33 -0500)
Dave pointed out that he saw messages from btrfs although there was no
such filesystem on his computers. The automatic device scan is called on
every new blockdevice if the usual distro udev rule set is used. The
printk introduced in 6f60cbd3ae442c was a remainder from copying
portions of code from btrfs_get_bdev_and_sb which is used under
different conditions and the warning makes sense there.

Reported-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: David Sterba <dsterba@suse.cz>
Signed-off-by: Josef Bacik <jbacik@fusionio.com>
fs/btrfs/volumes.c

index db72e0cc6f87920817bfabb38a88257bc501451e..35bb2d4ed29f6ed1a00fabb5491fc40d5d669994 100644 (file)
@@ -829,7 +829,6 @@ int btrfs_scan_one_device(const char *path, fmode_t flags, void *holder,
 
        if (IS_ERR(bdev)) {
                ret = PTR_ERR(bdev);
-               printk(KERN_INFO "btrfs: open %s failed\n", path);
                goto error;
        }