summaryrefslogtreecommitdiffstats
path: root/drivers/regulator/ab3100.c
diff options
context:
space:
mode:
authorMikulas Patocka <mpatocka@redhat.com>2012-10-12 21:02:15 +0100
committerAlasdair G Kergon <agk@redhat.com>2012-10-12 21:02:15 +0100
commitdba141601d1327146c84b575bd581ea8730e901c (patch)
treefb2f82b07d682e5e8cbe5bca94249ad7dc6bbbd7 /drivers/regulator/ab3100.c
parent4f81a4176297db57c7ef3b2893092dd837c1e2a8 (diff)
downloadtalos-obmc-linux-dba141601d1327146c84b575bd581ea8730e901c.tar.gz
talos-obmc-linux-dba141601d1327146c84b575bd581ea8730e901c.zip
dm: store dm_target_io in bio front_pad
Use the recently-added bio front_pad field to allocate struct dm_target_io. Prior to this patch, dm_target_io was allocated from a mempool. For each dm_target_io, there is exactly one bio allocated from a bioset. This patch merges these two allocations into one allocation: we create a bioset with front_pad equal to the size of dm_target_io so that every bio allocated from the bioset has sizeof(struct dm_target_io) bytes before it. We allocate a bio and use the bytes before the bio as dm_target_io. _tio_cache is removed and the tio_pool mempool is now only used for request-based devices. This idea was introduced by Kent Overstreet. Signed-off-by: Mikulas Patocka <mpatocka@redhat.com> Cc: Kent Overstreet <koverstreet@google.com> Cc: Jens Axboe <axboe@kernel.dk> Cc: tj@kernel.org Cc: Vivek Goyal <vgoyal@redhat.com> Cc: Bill Pemberton <wfp5p@viridian.itc.virginia.edu> Signed-off-by: Alasdair G Kergon <agk@redhat.com>
Diffstat (limited to 'drivers/regulator/ab3100.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud