]> git.baikalelectronics.ru Git - kernel.git/commit
Btrfs: prefix resize related printks with btrfs:
authorArnd Hannemann <arnd@arndnet.de>
Sun, 20 Nov 2011 12:33:38 +0000 (07:33 -0500)
committerChris Mason <chris.mason@oracle.com>
Sun, 20 Nov 2011 12:42:16 +0000 (07:42 -0500)
commitfffea26a5946decb2ed2d5ae2b277f72a4bb037c
treefdd730e4e974ce07dfc6f40be47f512178f3ff5c
parenta1112d1d7e46373fb3ec57de2e770e0c19208301
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