Btrfs: prefix resize related printks with btrfs:
commit5bb1468238e20b15921909e9f9601e945f03bac7
authorArnd Hannemann <arnd@arndnet.de>
Sun, 20 Nov 2011 12:33:38 +0000 (20 07:33 -0500)
committerChris Mason <chris.mason@oracle.com>
Sun, 20 Nov 2011 12:42:16 +0000 (20 07:42 -0500)
treefdd730e4e974ce07dfc6f40be47f512178f3ff5c
parentfadc0d8be4dfca80f6c568bc5874931893c6709b
Btrfs: prefix resize related printks with btrfs:

For the user it is confusing to find something like:
[10197.627710] new size for /dev/mapper/vg0-usr_share is 3221225472
in kernel log, because it doesn't point directly to btrfs.

This patch prefixes those messages with "btrfs:" like other btrfs
related printks.

Signed-off-by: Arnd Hannemann <arnd@arndnet.de>
Signed-off-by: Chris Mason <chris.mason@oracle.com>
fs/btrfs/ioctl.c