Skip to content
Snippets Groups Projects
Commit b5db30cf authored by Al Viro's avatar Al Viro
Browse files

hugetlbfs: switch to use of invalfc()


Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent e1ee7d85
No related branches found
No related tags found
No related merge requests found
......@@ -1228,7 +1228,7 @@ static int hugetlbfs_parse_param(struct fs_context *fc, struct fs_parameter *par
}
bad_val:
return invalf(fc, "hugetlbfs: Bad value '%s' for mount option '%s'\n",
return invalfc(fc, "Bad value '%s' for mount option '%s'\n",
param->string, param->key);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment