git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af133ce
)
blkcg: pass around pd->pdata instead of pd itself in prfill functions
author
Tejun Heo
<tj@kernel.org>
Sun, 1 Apr 2012 21:38:44 +0000
(14:38 -0700)
committer
Tejun Heo
<tj@kernel.org>
Sun, 1 Apr 2012 21:38:44 +0000
(14:38 -0700)
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>
No differences found