mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 20:51:03 +02:00
hugetlbfs: switch to use of invalfc()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
@@ -1228,7 +1228,7 @@ static int hugetlbfs_parse_param(struct fs_context *fc, struct fs_parameter *par
|
|||||||
}
|
}
|
||||||
|
|
||||||
bad_val:
|
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);
|
param->string, param->key);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user