summaryrefslogtreecommitdiff
path: root/fs/erofs/inode.c
diff options
context:
space:
mode:
authorGao Xiang <hsiangkao@linux.alibaba.com>2023-04-14 11:30:26 +0300
committerGao Xiang <hsiangkao@linux.alibaba.com>2023-04-16 20:15:54 +0300
commit10656f9ca60ed85f4cfc06bcbe1f240ee310fa8c (patch)
treea75124e20175834ed5a79d96e5c8aed822f1bc1a /fs/erofs/inode.c
parent1b3567a1969b26f709d82a874498c0754ea841c3 (diff)
downloadlinux-10656f9ca60ed85f4cfc06bcbe1f240ee310fa8c.tar.xz
erofs: sunset erofs_dbg()
Such debug messages are rarely used now. Let's get rid of these, and revert locally if they are needed for debugging. Signed-off-by: Gao Xiang <hsiangkao@linux.alibaba.com> Reviewed-by: Chao Yu <chao@kernel.org> Link: https://lore.kernel.org/r/20230414083027.12307-1-hsiangkao@linux.alibaba.com
Diffstat (limited to 'fs/erofs/inode.c')
-rw-r--r--fs/erofs/inode.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/erofs/inode.c b/fs/erofs/inode.c
index e196d453291b..d70b12b81507 100644
--- a/fs/erofs/inode.c
+++ b/fs/erofs/inode.c
@@ -26,9 +26,6 @@ static void *erofs_read_inode(struct erofs_buf *buf,
blkaddr = erofs_blknr(sb, inode_loc);
*ofs = erofs_blkoff(sb, inode_loc);
- erofs_dbg("%s, reading inode nid %llu at %u of blkaddr %u",
- __func__, vi->nid, *ofs, blkaddr);
-
kaddr = erofs_read_metabuf(buf, sb, blkaddr, EROFS_KMAP);
if (IS_ERR(kaddr)) {
erofs_err(sb, "failed to get inode (nid: %llu) page, err %ld",