mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-22 14:41:27 +00:00
[PATCH] gfp_t: lib/*
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
6daa0e2862
commit
fd4f2df24b
8 changed files with 10 additions and 10 deletions
|
@ -100,7 +100,7 @@ static void fill_kobj_path(struct kobject *kobj, char *path, int length)
|
|||
* @kobj: kobject in question, with which to build the path
|
||||
* @gfp_mask: the allocation type used to allocate the path
|
||||
*/
|
||||
char *kobject_get_path(struct kobject *kobj, int gfp_mask)
|
||||
char *kobject_get_path(struct kobject *kobj, gfp_t gfp_mask)
|
||||
{
|
||||
char *path;
|
||||
int len;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue