| commit | ae7db6c8bc980ad0d6edb88ac23bd00391a8260a | [log] [tgz] |
|---|---|---|
| author | Miklos Szeredi <mszeredi@redhat.com> | Thu Apr 08 11:11:19 2021 +0200 |
| committer | Miklos Szeredi <mszeredi@redhat.com> | Thu Apr 08 11:11:19 2021 +0200 |
| tree | b1394b75a5d3d6b7f9d0810cc5bda0d420ae7087 | |
| parent | 5ab1e2cac070547cdb063d501952210016132790 [diff] |
ovl: remove unneeded ioctls The FS_IOC_[GS]ETFLAGS/FS_IOC_FS[GS]ETXATTR ioctls are now handled via the fileattr api. The only unconverted filesystem remaining is CIFS and it is not allowed to be overlayed due to case insensitive filenames. Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>