commit | 621a35401402871cedd0fbd583bb2d0b961af609 | [log] [tgz] |
---|---|---|
author | Miklos Szeredi <mszeredi@redhat.com> | Wed Apr 07 14:36:45 2021 +0200 |
committer | Miklos Szeredi <mszeredi@redhat.com> | Wed Apr 07 14:36:45 2021 +0200 |
tree | 5841dee3c2a9c6b6202512b3ac4e26af5cbf013a | |
parent | 37efe2f3c88fb040c7543f05b72a8c0589bbc447 [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>