aboutsummaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2019-12-21 21:34:06 -0500
committerAl Viro <viro@zeniv.linux.org.uk>2020-02-07 14:48:42 -0500
commitb5db30cfb9793fca05f6448ad68430ac7374bbdd (patch)
tree91df1bb0c341c5fab5086666e3d33a8adf46af85 /fs
parentcramfs: switch to use of errofc() et.al. (diff)
downloadlinux-dev-b5db30cfb9793fca05f6448ad68430ac7374bbdd.tar.xz
linux-dev-b5db30cfb9793fca05f6448ad68430ac7374bbdd.zip
hugetlbfs: switch to use of invalfc()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs')
-rw-r--r--fs/hugetlbfs/inode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/hugetlbfs/inode.c b/fs/hugetlbfs/inode.c
index 84d445e8b5bc..aff8642f0c2e 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);
}