[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:
Al Viro 2005-10-21 03:18:50 -04:00 committed by Linus Torvalds
parent 6daa0e2862
commit fd4f2df24b
8 changed files with 10 additions and 10 deletions

View file

@ -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;