diff options
author | David Sterba <dsterba@suse.com> | 2016-05-09 11:32:39 +0200 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2016-05-10 09:43:44 +0200 |
commit | 05135f597adcb94dc34fa87b82e68eb55e00f0eb (patch) | |
tree | 0adf2d34f7f64ed2830daeaf5ccaafe1558fdd0e /fs/btrfs/delayed-inode.c | |
parent | btrfs: ioctl: reorder exclusive op check in RM_DEV (diff) | |
download | linux-05135f597adcb94dc34fa87b82e68eb55e00f0eb.tar.xz linux-05135f597adcb94dc34fa87b82e68eb55e00f0eb.zip |
btrfs: switch to common message helpers in open_ctree, adjust messages
Currently we lack the identification of the filesystem in most if not
all mount messages, done via printk/pr_* functions. We can use the
btrfs_* helpers in open_ctree, as the fs_info <-> sb link is established
at the beginning of the function.
The messages have been updated at the same time to be more consistent:
* dropped sb->s_id, as it's not available via btrfs_*
* added %d for return code where appropriate
* wording changed
* %Lx replaced by %llx
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'fs/btrfs/delayed-inode.c')
0 files changed, 0 insertions, 0 deletions