Files
android_kernel_xiaomi_sm8450/fs/btrfs
David Sterba 05135f597a 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>
2016-05-10 09:43:44 +02:00
..
2015-10-06 06:55:23 -07:00
2008-09-25 11:04:06 -04:00
2014-10-14 10:51:22 +02:00
2016-04-04 16:29:22 +02:00
2016-04-28 10:36:54 +02:00