On Mon, Aug 29, 2022 at 02:38:45PM +0200, Christian Brauner wrote: > Now that we don't perform translations directly in vfs_setxattr() > anymore we can constify the @value argument in vfs_setxattr(). This also > allows us to remove the hack to cast from a const in ovl_do_setxattr(). > > Signed-off-by: Christian Brauner (Microsoft) <brauner@xxxxxxxxxx> Reviewed-by: Seth Forshee (DigitalOcean) <sforshee@xxxxxxxxxx>