Re: [PATCH] ocfs2: reject oversized group bitmap descriptors
Joseph Qi <[email protected]> Tue, 26 May 2026 09:59:53 +0800
| Newsgroups | dev.linux.lists.ocfs2-devel |
|---|---|
| Message-ID | <[email protected]> |
On 5/26/26 4:19 AM, Andrew Morton wrote: > On Mon, 25 May 2026 11:49:45 +0800 Joseph Qi <[email protected]> wrote: > >>> + suballocator = le64_to_cpu(di->i_blkno) != OCFS2_SB(sb)->bitmap_blkno; >> >> This seems can use !ocfs2_is_cluster_bitmap() helper instead. >> > > Thanks. So I'll await a v3 and shall take no action at this time? Please pick this version. As discussed in v2 thread, we don't want to bother the prototype change for ocfs2_check_group_descriptor(). Sorry for the inconvenience. Thanks, Joseph