From: Stefan Behrens Date: Tue, 17 Jul 2012 15:02:10 +0000 (-0600) Subject: Btrfs: remove unwanted printk() for btrfs device I/O stats X-Git-Tag: v3.6-rc1~81^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5021976d8dd6d94248026631bfa4578aacd7b563;p=pandora-kernel.git 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 --- Reading git-diff-tree failed