On Wed, Apr 17, 2024 at 09:54:48AM +0800, Youling Tang wrote: > From: Youling Tang <[email protected]> > > Before patch: > ``` > #cat btrees/inodes/keys > u64s 17 type inode_v3 0:4096:U32_MAX len 0 ver 0: mode=40755 > flags= (16300000) > ``` > > After patch: > ``` > #cat btrees/inodes/keys > u64s 17 type inode_v3 0:4096:U32_MAX len 0 ver 0: > mode=40755 > flags= (16300000)
This would print a newline for keys that don't have a value...
