projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e1ee7d8
)
hugetlbfs: switch to use of invalfc()
author
Al Viro
<viro@zeniv.linux.org.uk>
Sun, 22 Dec 2019 02:34:06 +0000
(21:34 -0500)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Fri, 7 Feb 2020 19:48:42 +0000
(14:48 -0500)
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/hugetlbfs/inode.c
patch
|
blob
|
history
diff --git
a/fs/hugetlbfs/inode.c
b/fs/hugetlbfs/inode.c
index 84d445e8b5bc0753ef942c2d742a9ebc2aba8a2e..aff8642f0c2eecdaaceca4e41efecb5b689d3a60 100644
(file)
--- 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 invalf
c(fc, "
Bad value '%s' for mount option '%s'\n",
param->string, param->key);
}