Re: [PATCH 2/6] configfs: Constify is_visible/is_visible_bin in configfs_group_operations
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:27PM +0200, Thomas WeiÃschuh wrote: > These callbacks are never meant to modify their configfs_attribute > structure. Enforce this in the type system. > > As there are only two implementers of these callbacks, adapt them right > away, avoiding a phased transition. > > Signed-off-by: Thomas WeiÃschuh <[email protected]> Reviewed-by: Breno Leitao <[email protected]>