xfs: port to vfs{g,u}id_t and associated helpers
authorChristian Brauner <brauner@kernel.org>
Sun, 18 Sep 2022 20:54:14 +0000 (06:54 +1000)
committerDave Chinner <david@fromorbit.com>
Sun, 18 Sep 2022 20:54:14 +0000 (06:54 +1000)
commit42b7cc11023d0aa19dbf4d60bb3b8f7423d24a24
tree08c1a5813418da3c50c77febe2dbef840bcbb5ee
parentb0463b9dd7030a766133ad2f1571f97f204d7bdf
xfs: port to vfs{g,u}id_t and associated helpers

A while ago we introduced a dedicated vfs{g,u}id_t type in commit
1e5267cd0895 ("mnt_idmapping: add vfs{g,u}id_t"). We already switched
over a good part of the VFS. Ultimately we will remove all legacy
idmapped mount helpers that operate only on k{g,u}id_t in favor of the
new type safe helpers that operate on vfs{g,u}id_t.

Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
fs/xfs/xfs_inode.c
fs/xfs/xfs_iops.c
fs/xfs/xfs_itable.c