fs: move mapping helpers
authorChristian Brauner <christian.brauner@ubuntu.com>
Fri, 3 Dec 2021 11:16:59 +0000 (12:16 +0100)
committerChristian Brauner <christian.brauner@ubuntu.com>
Fri, 3 Dec 2021 17:50:17 +0000 (18:50 +0100)
commita793d79ea3e041081cd7cbd8ee43d0b5e4914a2b
tree55e68feee4717c20310cd997da5cd19ddbdab01b
parentbb49e9e730c2906a958eee273a7819f401543d6c
fs: move mapping helpers

The low-level mapping helpers were so far crammed into fs.h. They are
out of place there. The fs.h header should just contain the higher-level
mapping helpers that interact directly with vfs objects such as struct
super_block or struct inode and not the bare mapping helpers. Similarly,
only vfs and specific fs code shall interact with low-level mapping
helpers. And so they won't be made accessible automatically through
regular {g,u}id helpers.

Link: https://lore.kernel.org/r/20211123114227.3124056-3-brauner@kernel.org
Link: https://lore.kernel.org/r/20211130121032.3753852-3-brauner@kernel.org
Link: https://lore.kernel.org/r/20211203111707.3901969-3-brauner@kernel.org
Cc: Seth Forshee <sforshee@digitalocean.com>
Cc: Christoph Hellwig <hch@lst.de>
Cc: Al Viro <viro@zeniv.linux.org.uk>
CC: linux-fsdevel@vger.kernel.org
Reviewed-by: Amir Goldstein <amir73il@gmail.com>
Reviewed-by: Seth Forshee <sforshee@digitalocean.com>
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
fs/ksmbd/smbacl.c
fs/ksmbd/smbacl.h
fs/open.c
fs/posix_acl.c
fs/xfs/xfs_linux.h
include/linux/fs.h
include/linux/mnt_idmapping.h [new file with mode: 0644]
security/commoncap.c