commit | 4f761fa253b49f657de7ef6f695a124e08e56c3a | [log] [tgz] |
---|---|---|
author | Gao Xiang <gaoxiang25@huawei.com> | Wed Sep 04 10:09:09 2019 +0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Sep 05 20:10:09 2019 +0200 |
tree | 84d1dc58a8c8f20a77bfe9994fbf3b08b363f333 | |
parent | 84947eb603719f87ec91f0ba23126e40de7a268a [diff] |
erofs: rename errln/infoln/debugln to erofs_{err, info, dbg} Add prefix "erofs_" to these functions and print sb->s_id as a prefix to erofs_{err, info} so that the user knows which file system is affected. Reported-by: Christoph Hellwig <hch@infradead.org> Signed-off-by: Gao Xiang <gaoxiang25@huawei.com> Link: https://lore.kernel.org/r/20190904020912.63925-23-gaoxiang25@huawei.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>