commit | 9e9432c267e4047db98b9d4fba95099c6effcef9 | [log] [tgz] |
---|---|---|
author | Chuck Ebbert <cebbert@redhat.com> | Sat Jan 30 20:28:19 2010 +0100 |
committer | Jens Axboe <jens.axboe@oracle.com> | Sat Jan 30 20:28:19 2010 +0100 |
tree | 4e261dd44d4f5129f64696a87d448ad89c106110 | |
parent | 1d6165851cd8e3f919d446cd6da35dee44e8837e [diff] |
block: fix bugs in bio-integrity mempool usage Fix two bugs in the bio integrity code: use_bip_pool() always returns 0 because it checks against the wrong limit, causing the mempool to be used only when regular allocation fails. When the mempool is used as a fallback we don't free the data properly. Signed-Off-By: Chuck Ebbert <cebbert@redhat.com> Acked-by: Martin K. Petersen <martin.petersen@oracle.com> Signed-off-by: Jens Axboe <jens.axboe@oracle.com>