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:
3d46b31
)
UBIFS: use GFP_NOFS properly
author
Artem Bityutskiy
<Artem.Bityutskiy@nokia.com>
Thu, 24 Mar 2011 14:14:26 +0000
(16:14 +0200)
committer
Artem Bityutskiy
<Artem.Bityutskiy@nokia.com>
Thu, 24 Mar 2011 14:14:26 +0000
(16:14 +0200)
This patch fixes a brown-paperbag bug which was introduced by me:
I used incorrect "GFP_KERNEL | GFP_NOFS" allocation flags to make
sure my allocations do not cause write-back. But the correct form
is "GFP_NOFS".
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
No differences found