[PATCH] Avoid deadlock in sync_page_io by using GFP_NOIO
authorNeil Brown <neilb@cse.unsw.edu.au>
Sat, 16 Apr 2005 22:23:54 +0000 (15:23 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sat, 16 Apr 2005 22:23:54 +0000 (15:23 -0700)
commitbaaa2c512dc1c47e3afeb9d558c5323c9240bd21
treeb4a3fcd63090a3c5a5ba7e13c1c01897318eb948
parent8d38eadb7a97f265f7b3a9e8a30df358c3a546c8
[PATCH] Avoid deadlock in sync_page_io by using GFP_NOIO

..as sync_page_io can be called on the write-out path.

Signed-off-by: Neil Brown <neilb@cse.unsw.edu.au>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/md/md.c