On Mon, Sep 19, 2022 at 11:49:14AM +0200, Christian Brauner wrote: > The is_posix_acl_xattr() helper was added in 0c5fd887d2bb ("acl: move > idmapped mount fixup into vfs_{g,s}etxattr()") to remove the open-coded > checks for POSIX ACLs. We missed to update two locations. Switch them to > use the helper. > > Cc: Seth Forshee (DigitalOcean) <sforshee@xxxxxxxxxx> > Cc: Christoph Hellwig <hch@xxxxxx> > Signed-off-by: Christian Brauner (Microsoft) <brauner@xxxxxxxxxx> Reviewed-by: Seth Forshee (DigitalOcean) <sforshee@xxxxxxxxxx>