diff options
| author | Gao Xiang <hsiangkao@linux.alibaba.com> | 2025-03-10 17:54:54 +0800 |
|---|---|---|
| committer | Gao Xiang <hsiangkao@linux.alibaba.com> | 2025-03-17 01:25:26 +0800 |
| commit | 2e1473d5195f9ce1afb143208e568a9350e08b77 (patch) | |
| tree | c316485633133e4606b9a788a35fed55cb530185 /include/trace | |
| parent | 61ba89b57905579b6877f921423596f722983c35 (diff) | |
| download | lwn-2e1473d5195f9ce1afb143208e568a9350e08b77.tar.gz lwn-2e1473d5195f9ce1afb143208e568a9350e08b77.zip | |
erofs: implement 48-bit block addressing for unencoded inodes
It adapts the on-disk changes from the previous commit. It also
supports EROFS_NULL_ADDR (all 1's) for EROFS_INODE_FLAT_PLAIN inodes
to indicate 0-filled inodes, as it's common for composefs use cases.
As a result, EROFS_INODE_CHUNK_BASED is no longer needed.
Signed-off-by: Gao Xiang <hsiangkao@linux.alibaba.com>
Acked-by: Chao Yu <chao@kernel.org>
Link: https://lore.kernel.org/r/20250310095459.2620647-5-hsiangkao@linux.alibaba.com
Diffstat (limited to 'include/trace')
| -rw-r--r-- | include/trace/events/erofs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/trace/events/erofs.h b/include/trace/events/erofs.h index 57df3843e650..c69c7b1e41d1 100644 --- a/include/trace/events/erofs.h +++ b/include/trace/events/erofs.h @@ -75,7 +75,7 @@ TRACE_EVENT(erofs_fill_inode, __entry->ofs = erofs_blkoff(inode->i_sb, erofs_iloc(inode)); ), - TP_printk("dev = (%d,%d), nid = %llu, blkaddr %u ofs %u", + TP_printk("dev = (%d,%d), nid = %llu, blkaddr %llu ofs %u", show_dev_nid(__entry), __entry->blkaddr, __entry->ofs) ); |
