]> git.baikalelectronics.ru Git - kernel.git/commit
Btrfs: remove unwanted printk() for btrfs device I/O stats
authorStefan Behrens <sbehrens@giantdisaster.de>
Tue, 17 Jul 2012 15:02:10 +0000 (09:02 -0600)
committerChris Mason <chris.mason@fusionio.com>
Mon, 23 Jul 2012 20:28:07 +0000 (16:28 -0400)
commit7717453c1a2f7e6a3eb5b939c46d9456d4c6869d
treec69823c1293c3fa6e29178a255465e10b38a8047
parent327fb6645e4330bd97dd4712066bbc104e43f03f
Btrfs: remove unwanted printk() for btrfs device I/O stats

People complained about the annoying kernel log message
"btrfs: no dev_stats entry found ... (OK on first mount after mkfs)"
everytime a filesystem is mounted for the first time after running
mkfs. Since the distribution of the btrfs-progs is not synchronized
to the kernel version, mkfs like it is now will be used also in the
future. Then this message is not useful to find errors, it is just
annoying. This commit removes the printk().

Signed-off-by: Stefan Behrens <sbehrens@giantdisaster.de>
fs/btrfs/volumes.c