Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[PATCH] reiserfs: use __GFP_NOFAIL instead of yield and retry loop fo…
…r 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>
- Loading branch information