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:
792a1d4
)
md/bitmap: discard CHUNK_BLOCK_SHIFT macro
author
NeilBrown
<neilb@suse.de>
Mon, 19 Mar 2012 01:46:41 +0000
(12:46 +1100)
committer
NeilBrown
<neilb@suse.de>
Mon, 19 Mar 2012 01:46:41 +0000
(12:46 +1100)
Be redefining ->chunkshift as the shift from sectors to chunks rather
than bytes to chunks, we can just use "bitmap->chunkshift" which is
shorter than the macro call, and less indirect.
Signed-off-by: NeilBrown <neilb@suse.de>
No differences found