Re: [PATCH 03/14] VFS: Implement a filesystem superblock creation/configuration context [ver #6]

From: Randy Dunlap
Date: Fri Oct 06 2017 - 20:08:16 EST


On 10/06/17 16:13, David Howells wrote:
> Randy Dunlap <rdunlap@xxxxxxxxxxxxx> 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