]> www.infradead.org Git - users/jedix/linux-maple.git/commit
exfat: handle idmapped mounts
authorMichael Jeanson <mjeanson@efficios.com>
Thu, 23 May 2024 01:10:07 +0000 (21:10 -0400)
committerNamjae Jeon <linkinjeon@kernel.org>
Mon, 15 Jul 2024 12:44:28 +0000 (21:44 +0900)
commit224821766f4355cfa63f825660f5922e670d6fc6
tree1c0b170b6230a0034b770e8aec5028913487fb07
parent0c3836482481200ead7b416ca80c68a29cfdaabd
exfat: handle idmapped mounts

Pass the idmapped mount information to the different helper
functions. Adapt the uid/gid checks in exfat_setattr to use the
vfsuid/vfsgid helpers.

Based on the fat implementation in commit 4b7899368108
("fat: handle idmapped mounts") by Christian Brauner.

Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Reviewed-by: Christian Brauner <brauner@kernel.org>
Signed-off-by: Namjae Jeon <linkinjeon@kernel.org>
fs/exfat/file.c
fs/exfat/super.c