aboutsummaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
authorChristoph Hellwig <hch@lst.de>2026-04-23 14:18:52 -0400
committerChristian Brauner <brauner@kernel.org>2026-05-11 11:11:48 +0200
commitd5758c31a81bcd9d5ac8a7456549b05df3579068 (patch)
tree7b5d95cd09dacb86034a8799cf4de541d5504cd7 /MAINTAINERS
parent0d9ff5c4219fd9e14a8c0543c5247ec4e631a70a (diff)
downloadlinux-next-history-d5758c31a81bcd9d5ac8a7456549b05df3579068.tar.gz
exportfs: split out the ops for layout-based block device access
The support to grant layouts for direct block device access works at a very different layer than the rest of exports. Split the methods for it into a separate struct, and move that into a separate header to better split things out. The pointer to the new operation vector is kept in export_operations to avoid bloating the super_block. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Jeff Layton <jlayton@kernel.org> Signed-off-by: Chuck Lever <chuck.lever@oracle.com> Link: https://patch.msgid.link/20260423181854.743150-3-cel@kernel.org Signed-off-by: Christian Brauner <brauner@kernel.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS2
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 2fb1c75afd163..bad36d48a4475 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -9903,7 +9903,7 @@ S: Supported
F: Documentation/filesystems/nfs/exporting.rst
F: fs/exportfs/
F: fs/fhandle.c
-F: include/linux/exportfs.h
+F: include/linux/exportfs*.h
FILESYSTEMS [IDMAPPED MOUNTS]
M: Christian Brauner <brauner@kernel.org>