]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[PATCH] reiserfs: use __GFP_NOFAIL instead of yield and retry loop for allocation
authorPekka Enberg <penberg@cs.helsinki.fi>
Wed, 1 Feb 2006 11:06:43 +0000 (03:06 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 1 Feb 2006 16:53:25 +0000 (08:53 -0800)
commit8c777cc4be1390862d053cbc002246e87572147b
treed8149bdfd5a6ce17e273aff5d7a2adaddd098d8d
parentd739b42b82773206297db1fc0d96ef895a5d9688
[PATCH] reiserfs: use __GFP_NOFAIL instead of yield and retry loop for allocation

This patch replaces yield and retry loop with __GFP_NOFAIL in
alloc_journal_list().

Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/reiserfs/journal.c