]> bbs.cooldavid.org Git - net-next-2.6.git/commit - fs/bio-integrity.c
bio-integrity.c: remove dependency on __GFP_NOFAIL
authorDavid Rientjes <rientjes@google.com>
Mon, 23 Aug 2010 11:35:09 +0000 (13:35 +0200)
committerJens Axboe <jaxboe@fusionio.com>
Mon, 23 Aug 2010 11:36:58 +0000 (13:36 +0200)
commit72f465033702ebfe20db8f50edaad59f0f38b0f5
tree34c65345dbc40568414c5ff7317bccb655766455
parent5e00d1b5b4c10fb839afd5ce61db8e24339454b0
bio-integrity.c: remove dependency on __GFP_NOFAIL

The kmalloc() in bio_integrity_prep() is failable, so remove __GFP_NOFAIL
from its mask.

Signed-off-by: David Rientjes <rientjes@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
fs/bio-integrity.c