Commit b5db30cf authored by Al Viro's avatar Al Viro

hugetlbfs: switch to use of invalfc()

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent e1ee7d85
......@@ -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);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment