]> Git Repo - linux.git/commitdiff
fs_parser: update mount_api doc to match function signature
authorRandy Dunlap <[email protected]>
Mon, 25 Nov 2024 21:50:21 +0000 (13:50 -0800)
committerChristian Brauner <[email protected]>
Tue, 26 Nov 2024 09:32:20 +0000 (10:32 +0100)
Add the missing 'name' parameter to the mount_api documentation for
fs_validate_description().

Fixes: 96cafb9ccb15 ("fs_parser: remove fs_parameter_description name field")
Signed-off-by: Randy Dunlap <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Cc: Eric Sandeen <[email protected]>
Cc: David Howells <[email protected]>
Cc: Al Viro <[email protected]>
Cc: Christian Brauner <[email protected]>
Cc: Jan Kara <[email protected]>
Cc: Jonathan Corbet <[email protected]>
Cc: [email protected]
Signed-off-by: Christian Brauner <[email protected]>
Documentation/filesystems/mount_api.rst

index 317934c9e8fcac0049fbbcc59f7759713d4ca55d..d92c276f1575af11370dcd4a5d5d0ac97c4d7f4c 100644 (file)
@@ -770,7 +770,8 @@ process the parameters it is given.
 
    * ::
 
-       bool fs_validate_description(const struct fs_parameter_description *desc);
+       bool fs_validate_description(const char *name,
+                                    const struct fs_parameter_description *desc);
 
      This performs some validation checks on a parameter description.  It
      returns true if the description is good and false if it is not.  It will
This page took 0.080906 seconds and 4 git commands to generate.