On 2023/3/17 23:25, Theodore Ts'o wrote: > On Fri, Mar 17, 2023 at 06:33:50PM +0800, wangjianjian (C) wrote: >> Do we need update document/filesystems/ext4/journal.rst ? >> >> On 2023/3/17 17:09, Zhang Yi wrote: >>> - __u32 s_padding[41]; >>> + __be32 s_head; /* blocknr of head of log, only uptodate >>> + * while the filesystem is clean */ >>> +/* 0x005C */ >>> + __u32 s_padding[40]; >>> __be32 s_checksum; /* crc32c(superblock) */ > > Yes, please update journal.rst in the patch. > Yes, thanks for pointing this out. I will update it in journal.rst Thanks, Yi.