]> Git Repo - linux.git/commit
erofs: rename errln/infoln/debugln to erofs_{err, info, dbg}
authorGao Xiang <[email protected]>
Wed, 4 Sep 2019 02:09:09 +0000 (10:09 +0800)
committerGreg Kroah-Hartman <[email protected]>
Thu, 5 Sep 2019 18:10:09 +0000 (20:10 +0200)
commit4f761fa253b49f657de7ef6f695a124e08e56c3a
tree84d1dc58a8c8f20a77bfe9994fbf3b08b363f333
parent84947eb603719f87ec91f0ba23126e40de7a268a
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 <[email protected]>
Signed-off-by: Gao Xiang <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
fs/erofs/data.c
fs/erofs/decompressor.c
fs/erofs/dir.c
fs/erofs/inode.c
fs/erofs/internal.h
fs/erofs/namei.c
fs/erofs/super.c
fs/erofs/xattr.c
fs/erofs/zdata.c
fs/erofs/zdata.h
fs/erofs/zmap.c
This page took 0.055914 seconds and 4 git commands to generate.