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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);
}