diff options
author | Gao Xiang <hsiangkao@linux.alibaba.com> | 2023-04-14 10:30:26 +0200 |
---|---|---|
committer | Gao Xiang <hsiangkao@linux.alibaba.com> | 2023-04-16 19:15:54 +0200 |
commit | 10656f9ca60ed85f4cfc06bcbe1f240ee310fa8c (patch) | |
tree | a75124e20175834ed5a79d96e5c8aed822f1bc1a /fs/erofs/inode.c | |
parent | erofs: fix potential overflow calculating xattr_isize (diff) | |
download | linux-10656f9ca60ed85f4cfc06bcbe1f240ee310fa8c.tar.xz linux-10656f9ca60ed85f4cfc06bcbe1f240ee310fa8c.zip |
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.c | 3 |
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", |