|
@@ -413,7 +413,7 @@ int bio_integrity_prep(struct bio *bio)
|
|
|
|
|
|
/* Allocate kernel buffer for protection data */
|
|
|
len = sectors * blk_integrity_tuple_size(bi);
|
|
|
- buf = kmalloc(len, GFP_NOIO | __GFP_NOFAIL | q->bounce_gfp);
|
|
|
+ buf = kmalloc(len, GFP_NOIO | q->bounce_gfp);
|
|
|
if (unlikely(buf == NULL)) {
|
|
|
printk(KERN_ERR "could not allocate integrity buffer\n");
|
|
|
return -EIO;
|