Re: [PATCH v2 17/25] fs: add vfs_get_fscaps()

2024-02-23 Thread Christian Brauner
On Wed, Feb 21, 2024 at 03:24:48PM -0600, Seth Forshee (DigitalOcean) wrote: > Provide a type-safe interface for retrieving filesystem capabilities and > a generic implementation suitable for most filesystems. Also add an > internal interface, vfs_get_fscaps_nosec(), which skips security checks >

[PATCH v2 17/25] fs: add vfs_get_fscaps()

2024-02-21 Thread Seth Forshee (DigitalOcean)
Provide a type-safe interface for retrieving filesystem capabilities and a generic implementation suitable for most filesystems. Also add an internal interface, vfs_get_fscaps_nosec(), which skips security checks for later use from the capability code. Signed-off-by: Seth Forshee (DigitalOcean)