commit | c45d6002ff7a322022560e9b19ad867b01fec77f | [log] [tgz] |
---|---|---|
author | Chao Yu <yuchao0@huawei.com> | Fri Nov 01 17:53:23 2019 +0800 |
committer | Jaegeuk Kim <jaegeuk@kernel.org> | Tue Nov 19 14:41:21 2019 -0800 |
tree | a512a28a4f1908dff9eadd1eb5f5bdf73d9027bf | |
parent | 1f0d5c911b64165c9754139a26c8c2fad352c132 [diff] |
f2fs: show f2fs instance in printk_ratelimited As Eric mentioned, bare printk{,_ratelimited} won't show which filesystem instance these message is coming from, this patch tries to show fs instance with sb->s_id field in all places we missed before. Signed-off-by: Chao Yu <yuchao0@huawei.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>