commit | 9015f0a98c952d50be0e5a6f00887f7924ef6c04 | [log] [tgz] |
---|---|---|
author | Seth Forshee (DigitalOcean) <sforshee@kernel.org> | Wed Oct 11 07:50:06 2023 -0500 |
committer | Seth Forshee (DigitalOcean) <sforshee@kernel.org> | Fri Apr 19 11:09:29 2024 -0500 |
tree | 16f08a5a1a5c53fddfcf52e8d262c16daff6d90c | |
parent | 09075026c320f80f270532f8a3ad23a8a3c8a9a1 [diff] |
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>