[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <d4b3cb0e-72f7-ad62-c58f-93c22100cf74@infradead.org>
Date: Fri, 6 Oct 2017 17:08:10 -0700
From: Randy Dunlap <rdunlap@...radead.org>
To: David Howells <dhowells@...hat.com>
Cc: viro@...IV.linux.org.uk, linux-fsdevel@...r.kernel.org,
mszeredi@...hat.com, linux-nfs@...r.kernel.org,
linux-kernel@...r.kernel.org, jlayton@...hat.com
Subject: Re: [PATCH 03/14] VFS: Implement a filesystem superblock
creation/configuration context [ver #6]
On 10/06/17 16:13, David Howells wrote:
> Randy Dunlap <rdunlap@...radead.org> wrote:
>
>> (in fs/namespace.c:)
>
> Ummm?
in fs/namespace.c:
+/**
+ * vfs_create_mount - Create a mount for a configured superblock
+ * fc: The configuration context with the superblock attached
+ *
+ * Create a mount to an already configured superblock. If necessary, the
+ * caller should invoke vfs_get_tree() before calling this.
+ *
+ * Note that this does not attach the mount to anything.
+ */
+struct vfsmount *vfs_create_mount(struct fs_context *fc)
+{
in the kernel-doc notation:
s/fc:/@fc:/
ta.
--
~Randy
Powered by blists - more mailing lists