Skip to content

Commit b5db30c

Browse files
author
Al Viro
committed
hugetlbfs: switch to use of invalfc()
Signed-off-by: Al Viro <[email protected]>
1 parent e1ee7d8 commit b5db30c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fs/hugetlbfs/inode.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1228,7 +1228,7 @@ static int hugetlbfs_parse_param(struct fs_context *fc, struct fs_parameter *par
12281228
}
12291229

12301230
bad_val:
1231-
return invalf(fc, "hugetlbfs: Bad value '%s' for mount option '%s'\n",
1231+
return invalfc(fc, "Bad value '%s' for mount option '%s'\n",
12321232
param->string, param->key);
12331233
}
12341234

0 commit comments

Comments
 (0)