]> git.baikalelectronics.ru Git - kernel.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)
commit3f295ff9026c3cf4429dab80901b4a1a014c258e
treed8149bdfd5a6ce17e273aff5d7a2adaddd098d8d
parent1b2e6e08ce57eb5eee0ce10e3dba0cc6413fa0aa
[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