diff mbox series

[4/4] fs: reformat idmapped mounts entry

Message ID 20231122-vfs-mnt_idmap-v1-4-dae4abdde5bd@kernel.org (mailing list archive)
State New
Headers show
Series mnt_idmapping: decouple from namespaces | expand

Commit Message

Christian Brauner Nov. 22, 2023, 12:44 p.m. UTC
Reformat idmapped mounts to clearly mark where it belongs.

Signed-off-by: Christian Brauner <brauner@kernel.org>
---
 MAINTAINERS            | 20 ++++++++++----------
 include/linux/uidgid.h |  2 +-
 2 files changed, 11 insertions(+), 11 deletions(-)
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 97f51d5ec1cf..d0a7b6f357ce 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -8177,6 +8177,16 @@  F:	fs/exportfs/
 F:	fs/fhandle.c
 F:	include/linux/exportfs.h
 
+FILESYSTEMS [IDMAPPED MOUNTS]
+M:	Christian Brauner <brauner@kernel.org>
+M:	Seth Forshee <sforshee@kernel.org>
+L:	linux-fsdevel@vger.kernel.org
+S:	Maintained
+F:	Documentation/filesystems/idmappings.rst
+F:	fs/mnt_idmapping.c
+F:	include/linux/mnt_idmapping.*
+F:	tools/testing/selftests/mount_setattr/
+
 FILESYSTEMS [IOMAP]
 M:	Christian Brauner <brauner@kernel.org>
 R:	Darrick J. Wong <djwong@kernel.org>
@@ -10252,16 +10262,6 @@  S:	Maintained
 W:	https://github.com/o2genum/ideapad-slidebar
 F:	drivers/input/misc/ideapad_slidebar.c
 
-IDMAPPED MOUNTS
-M:	Christian Brauner <brauner@kernel.org>
-M:	Seth Forshee <sforshee@kernel.org>
-L:	linux-fsdevel@vger.kernel.org
-S:	Maintained
-T:	git git://git.kernel.org/pub/scm/linux/kernel/git/vfs/idmapping.git
-F:	Documentation/filesystems/idmappings.rst
-F:	include/linux/mnt_idmapping.*
-F:	tools/testing/selftests/mount_setattr/
-
 IDT VersaClock 5 CLOCK DRIVER
 M:	Luca Ceresoli <luca@lucaceresoli.net>
 S:	Maintained
diff --git a/include/linux/uidgid.h b/include/linux/uidgid.h
index 7806e93b907d..415a7ca2b882 100644
--- a/include/linux/uidgid.h
+++ b/include/linux/uidgid.h
@@ -195,7 +195,7 @@  static inline u32 map_id_down(struct uid_gid_map *map, u32 id)
 	return id;
 }
 
-static inline u32 map_id_up(struct uid_gid_map *map, u32 id);
+static inline u32 map_id_up(struct uid_gid_map *map, u32 id)
 {
 	return id;
 }