[PATCH v5 12/42] inode: make init and permission helpers idmapped mount aware
Christoph Hellwig
hch at infradead.org
Tue Jan 19 09:24:28 UTC 2021
> @@ -1761,8 +1761,8 @@ static inline bool sb_start_intwrite_trylock(struct super_block *sb)
> return __sb_start_write_trylock(sb, SB_FREEZE_FS);
> }
>
> -
> -extern bool inode_owner_or_capable(const struct inode *inode);
> +extern bool inode_owner_or_capable(struct user_namespace *mnt_userns,
> + const struct inode *inode);
While you're at it - it would be nice to drop the superflous externs in
the headers.
Otherwise looks good:
Reviewed-by: Christoph Hellwig <hch at lst.de>
More information about the Linux-security-module-archive
mailing list