On Thu, 21 Aug 2025 at 02:51, Darrick J. Wong <djwong@xxxxxxxxxx> wrote: > > From: Darrick J. Wong <djwong@xxxxxxxxxx> > > Actually copy the attributes/attributes_mask from userspace. Some attributes should definitely not be copied (like MOUNT_ROOT, AUTOMOUNT). This should probably be VFS responsibility to prevent messing with these. I guess the others are okay, they can already be queried through one of the fileattr intefaces. But think we should still have an explicit mask to prevent the server setting anything other than the currently defined attributes. Thanks, Miklos