Bart Van Assche <bart.vanassche@xxxxxxxxxxx> writes: > I don't think that GFP_NOWAIT is acceptable in this context. Have you > tried GFP_NOIO instead of GFP_NOWAIT? At first I used GFP_NOIO, but after reviewing gfp.h I convinced myself GFP_NOWAIT was what I wanted because I was concerned about FS accesses that aren't restricted in GFP_NOIO. For some reason, I assumed this was an issue. I'm ok with the change and can submit a v2 shortly, after more tests. in fact, this will make the change more compliant with the rest of block layer critical allocations that use GFP_NOIO. Thanks, -- Gabriel Krisman Bertazi -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html