vfs: forbid using xattr interfaces for fscaps

All relevant filesystems now handle fscaps via the type-safe inode
operations, and all code has been updated to use the new vfs-level
fscaps interfaces instead of xattr interfaces. We can now block any use
of the vfs xattr interfaces for passing raw fscaps xattrs to
filesystems to enforce use of the new interfaces.

Signed-off-by: Seth Forshee (DigitalOcean) <sforshee@kernel.org>
1 file changed