|
@@ -5082,9 +5082,7 @@ static struct btrfs_bio *alloc_btrfs_bio(int total_stripes, int real_stripes)
|
|
* and the stripes
|
|
* and the stripes
|
|
*/
|
|
*/
|
|
sizeof(u64) * (total_stripes),
|
|
sizeof(u64) * (total_stripes),
|
|
- GFP_NOFS);
|
|
|
|
- if (!bbio)
|
|
|
|
- return NULL;
|
|
|
|
|
|
+ GFP_NOFS|__GFP_NOFAIL);
|
|
|
|
|
|
atomic_set(&bbio->error, 0);
|
|
atomic_set(&bbio->error, 0);
|
|
atomic_set(&bbio->refs, 1);
|
|
atomic_set(&bbio->refs, 1);
|