]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ovl: remove unneeded ioctls
authorMiklos Szeredi <mszeredi@redhat.com>
Thu, 8 Apr 2021 09:11:19 +0000 (11:11 +0200)
committerMiklos Szeredi <mszeredi@redhat.com>
Thu, 8 Apr 2021 09:11:19 +0000 (11:11 +0200)
commitae7db6c8bc980ad0d6edb88ac23bd00391a8260a
treeb1394b75a5d3d6b7f9d0810cc5bda0d420ae7087
parent5ab1e2cac070547cdb063d501952210016132790
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>
fs/overlayfs/file.c
fs/overlayfs/overlayfs.h
fs/overlayfs/readdir.c