]> git.proxmox.com Git - mirror_zfs.git/commitdiff
Remove 'Resized bio's/dio' warning
authorBrian Behlendorf <behlendorf1@llnl.gov>
Mon, 22 Oct 2012 17:07:24 +0000 (10:07 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Mon, 22 Oct 2012 17:17:10 +0000 (10:17 -0700)
The following warning was originally added to provide visibility
in to how often a dio gets heavily fragmented in to over 16 bios.
This can happen due to constraints imposed by the block device
and may have a negitive impact on performance but is otherwise
harmless.  To prevent needless confusion and worry the message
has been removed.

  kernel: WARNING: Resized bio's/dio to 32

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
module/zfs/vdev_disk.c

index c56225693fe7f31e0a509d733eb99f2f3a6f80da..8df43d150f70f534e7b7ecc5ca9ae7881d584ccd 100644 (file)
@@ -533,7 +533,6 @@ retry:
                if (dr->dr_bio_count == i) {
                        vdev_disk_dio_free(dr);
                        bio_count *= 2;
-                       printk("WARNING: Resized bio's/dio to %d\n",bio_count);
                        goto retry;
                }