Re: [PATCH v5 02/12] md: merge mddev has_superblock into mddev_flags
Christoph Hellwig <[email protected]>
| Newsgroups | gmane.linux.raid |
|---|---|
| Message-ID | <[email protected]> |
On Thu, Jan 15, 2026 at 01:12:30AM +0800, Yu Kuai wrote: > There is not need to use a separate field in struct mddev, there are no > functional changes. It seems to be that right now the bitfields are persistent "features" while the bits are state. This might not matter much, but it seems like there is some rationale behind the current version.