]> www.infradead.org Git - users/jedix/linux-maple.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>
Fri, 16 Dec 2011 19:39:29 +0000 (14:39 -0500)
commitc80210cc4ca74a8e24e36373f1168e23f45fd93c
treef735b9cc24839c7b2cd1c1572887f79ca3b53246
parent7c39cf2f3d8519abfe1f5e62fd902be5847ff44b
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>
(cherry picked from commit 5bb1468238e20b15921909e9f9601e945f03bac7)
fs/btrfs/ioctl.c