We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b651251 commit c66f759Copy full SHA for c66f759
Documentation/filesystems/mount_api.rst
@@ -770,7 +770,8 @@ process the parameters it is given.
770
771
* ::
772
773
- bool fs_validate_description(const struct fs_parameter_description *desc);
+ bool fs_validate_description(const char *name,
774
+ const struct fs_parameter_description *desc);
775
776
This performs some validation checks on a parameter description. It
777
returns true if the description is good and false if it is not. It will
0 commit comments