Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 2404
b: refs/heads/master
c: 7a694ca
h: refs/heads/master
v: v3
  • Loading branch information
Dave Kleikamp committed May 4, 2005
1 parent 0384373 commit 09292f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: dcc9871270aa3b1bbe2e61cc9c1d80e9b2e8099d
refs/heads/master: 7a694ca74958b97ae2d437c8a730bddd9e9792c3
2 changes: 1 addition & 1 deletion trunk/fs/jfs/jfs_metapage.c
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ static void init_once(void *foo, kmem_cache_t *cachep, unsigned long flags)
}
}

static inline struct metapage *alloc_metapage(int gfp_mask)
static inline struct metapage *alloc_metapage(unsigned int gfp_mask)
{
return mempool_alloc(metapage_mempool, gfp_mask);
}
Expand Down

0 comments on commit 09292f8

Please sign in to comment.