diff options
author | Gao Xiang <hsiangkao@linux.alibaba.com> | 2023-04-14 16:30:26 +0800 |
---|---|---|
committer | Gao Xiang <hsiangkao@linux.alibaba.com> | 2023-04-17 01:15:54 +0800 |
commit | 10656f9ca60ed85f4cfc06bcbe1f240ee310fa8c (patch) | |
tree | a75124e20175834ed5a79d96e5c8aed822f1bc1a /fs/erofs/zmap.c | |
parent | 1b3567a1969b26f709d82a874498c0754ea841c3 (diff) | |
download | linux-10656f9ca60ed85f4cfc06bcbe1f240ee310fa8c.tar.gz linux-10656f9ca60ed85f4cfc06bcbe1f240ee310fa8c.tar.bz2 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/zmap.c')
-rw-r--r-- | fs/erofs/zmap.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/erofs/zmap.c b/fs/erofs/zmap.c index 14c21284d019..d37c5c89c728 100644 --- a/fs/erofs/zmap.c +++ b/fs/erofs/zmap.c @@ -585,9 +585,6 @@ static int z_erofs_do_map_blocks(struct inode *inode, unmap_out: erofs_unmap_metabuf(&m.map->buf); - erofs_dbg("%s, m_la %llu m_pa %llu m_llen %llu m_plen %llu m_flags 0%o", - __func__, map->m_la, map->m_pa, - map->m_llen, map->m_plen, map->m_flags); return err; } |