hugetlbfs: switch to use of invalfc()

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
Al Viro 2019-12-21 21:34:06 -05:00
parent e1ee7d8511
commit b5db30cfb9

View file

@ -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);
}