From b5db30cfb9793fca05f6448ad68430ac7374bbdd Mon Sep 17 00:00:00 2001 From: Al Viro Date: Sat, 21 Dec 2019 21:34:06 -0500 Subject: [PATCH] hugetlbfs: switch to use of invalfc() Signed-off-by: Al Viro --- fs/hugetlbfs/inode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/hugetlbfs/inode.c b/fs/hugetlbfs/inode.c index 84d445e..aff8642 100644 --- a/fs/hugetlbfs/inode.c +++ b/fs/hugetlbfs/inode.c @@ -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); } -- 2.7.4