commit | d366e7ec41882791c970dfb7c67b737be8c3a174 | [log] [tgz] |
---|---|---|
author | Tejun Heo <tj@kernel.org> | Sun Apr 01 14:38:44 2012 -0700 |
committer | Tejun Heo <tj@kernel.org> | Sun Apr 01 14:38:44 2012 -0700 |
tree | 78d3c73d90276b797e1553c004272af869a30075 | |
parent | af133ceb261033eb43c03d161a991c3b772e8c56 [diff] |
blkcg: pass around pd->pdata instead of pd itself in prfill functions Now that all conf and stat fields are moved into policy specific blkio_policy_data->pdata areas, there's no reason to use blkio_policy_data itself in prfill functions. Pass around @pd->pdata instead of @pd. Signed-off-by: Tejun Heo <tj@kernel.org>