aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/internal.h
diff options
context:
space:
mode:
authorMiklos Szeredi <mszeredi@redhat.com>2023-10-25 16:02:01 +0200
committerChristian Brauner <brauner@kernel.org>2023-11-18 14:56:16 +0100
commit56c94c626785001dbb683312725b7d87c6ec6a91 (patch)
treefaefe8f7ce06290bf63a5a72928062601a34b439 /fs/internal.h
parentmounts: keep list of mounts in an rbtree (diff)
downloadwireguard-linux-56c94c626785001dbb683312725b7d87c6ec6a91.tar.xz
wireguard-linux-56c94c626785001dbb683312725b7d87c6ec6a91.zip
namespace: extract show_path() helper
To be used by the statmount(2) syscall as well. Signed-off-by: Miklos Szeredi <mszeredi@redhat.com> Link: https://lore.kernel.org/r/20231025140205.3586473-4-mszeredi@redhat.com Reviewed-by: Ian Kent <raven@themaw.net> Signed-off-by: Christian Brauner <brauner@kernel.org>
Diffstat (limited to 'fs/internal.h')
-rw-r--r--fs/internal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/internal.h b/fs/internal.h
index 58e43341aebf..16bfe50747c6 100644
--- a/fs/internal.h
+++ b/fs/internal.h
@@ -83,6 +83,8 @@ int path_mount(const char *dev_name, struct path *path,
const char *type_page, unsigned long flags, void *data_page);
int path_umount(struct path *path, int flags);
+int show_path(struct seq_file *m, struct dentry *root);
+
/*
* fs_struct.c
*/