On Sun, May 26, 2019 at 8:28 AM Amir Goldstein <amir73il@xxxxxxxxx> wrote: > > They are the extended version of FS_IOC_FS[SG]ETFLAGS ioctls. > xfs_io -c "chattr <flags>" uses the new ioctls for setting flags. > > This used to work in kernel pre v4.19, before stacked file ops > introduced the ovl_ioctl whitelist. > > Reported-by: Dave Chinner <david@xxxxxxxxxxxxx> > Fixes: d1d04ef8572b ("ovl: stack file ops") > Cc: <stable@xxxxxxxxxxxxxxx> # v4.19 > Signed-off-by: Amir Goldstein <amir73il@xxxxxxxxx> Thanks, applied. Miklos