Re: [PATCH 5/6] configfs: Allow the registration of const struct configfs_attribute
Breno Leitao <[email protected]>
| Newsgroups | dev.linux.lists.linux-coco,org.freedesktop.lists.dri-devel,org.freedesktop.lists.intel-xe,org.kernel.vger.linux-acpi,org.kernel.vger.linux-kernel,org.kernel.vger.rust-for-linux |
|---|---|
| Message-ID | <[email protected]> |
On Thu, Jul 16, 2026 at 07:09:30PM +0200, Thomas WeiÃschuh wrote: > The attribute structure defined in driver code never need to be > modified. Allow them to be marked as const. > > As there are many drivers which use these attributes, prepare for a > phased transition by using a union of const and non-const attributes. How many drivers need to be migrated? Isn't this a mechanism move?