Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
block, drbd: fix drbd_req_new() initialization
mempool_alloc() does not support __GFP_ZERO since elements may come from memory that has already been released by mempool_free(). Remove __GFP_ZERO from mempool_alloc() in drbd_req_new() and properly initialize it to 0. Cc: Lars Ellenberg <[email protected]> Cc: Jens Axboe <[email protected]> Signed-off-by: David Rientjes <[email protected]> Signed-off-by: Jens Axboe <[email protected]>
- Loading branch information