On Tue, Dec 31, 2019 at 12:12:56PM -0600, Eric Biggers wrote: > From: Eric Biggers <ebiggers@xxxxxxxxxx> > > Since allocating an object from a mempool never fails when > __GFP_DIRECT_RECLAIM (which is included in GFP_NOFS) is set, the check > for failure to allocate a bio_post_read_ctx is unnecessary. Remove it. > > Also remove the redundant assignment to ->bi_private. > > Signed-off-by: Eric Biggers <ebiggers@xxxxxxxxxx> Thanks, applied. - Ted