diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2019-12-21 21:34:06 -0500 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2020-02-07 14:48:42 -0500 |
commit | b5db30cfb9793fca05f6448ad68430ac7374bbdd (patch) | |
tree | 91df1bb0c341c5fab5086666e3d33a8adf46af85 /fs/hugetlbfs | |
parent | e1ee7d8511f1b9305545837aa31358de3389c72c (diff) | |
download | linux-stable-b5db30cfb9793fca05f6448ad68430ac7374bbdd.tar.gz linux-stable-b5db30cfb9793fca05f6448ad68430ac7374bbdd.tar.bz2 linux-stable-b5db30cfb9793fca05f6448ad68430ac7374bbdd.zip |
hugetlbfs: switch to use of invalfc()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/hugetlbfs')
-rw-r--r-- | fs/hugetlbfs/inode.c | 2 |
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); } |