fat: port to vfs{g,u}id_t and associated helpers
authorChristian Brauner <brauner@kernel.org>
Fri, 9 Sep 2022 09:30:19 +0000 (11:30 +0200)
committerChristian Brauner (Microsoft) <brauner@kernel.org>
Tue, 20 Sep 2022 09:09:31 +0000 (11:09 +0200)
commit41d27f518b955ef4b75b02cc67392aef0809a78d
treedaac8404c0ee122ab3ebaea3c3735f8db5f671a6
parentb90cb1053190353cc30f0fef0ef1f378ccc063c5
fat: 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.

Cc: Seth Forshee (Digital Ocean) <sforshee@kernel.org>
Cc: Christoph Hellwig <hch@lst.de>
Cc: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
Cc: linux-fsdevel@vger.kernel.org
Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org>
Acked-by: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
fs/fat/file.c