Re: [PATCH] ocfs2: reject oversized group bitmap descriptors
Andrew Morton <[email protected]> Mon, 25 May 2026 13:19:41 -0700
| Newsgroups | dev.linux.lists.ocfs2-devel |
|---|---|
| Message-ID | <[email protected]> |
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?