git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e1df36d
)
Btrfs: Avoid using __GFP_HIGHMEM with slab allocator
author
Yan Zheng
<zheng.yan@oracle.com>
Thu, 12 Feb 2009 15:06:04 +0000
(10:06 -0500)
committer
Chris Mason
<chris.mason@oracle.com>
Thu, 12 Feb 2009 15:06:04 +0000
(10:06 -0500)
btrfs_releasepage may call kmem_cache_alloc indirectly,
and provide same GFP flags it gets to kmem_cache_alloc.
So it's possible to use __GFP_HIGHMEM with the slab
allocator.
Signed-off-by: Yan Zheng <zheng.yan@oracle.com>
No differences found