From: NeilBrown Date: Mon, 19 Mar 2012 01:46:41 +0000 (+1100) Subject: md/bitmap: discard CHUNK_BLOCK_SHIFT macro X-Git-Tag: v3.4-rc1~147^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61a0d80ce4ab5b4fb9ecb38f1fb19654778b71ed;p=pandora-kernel.git md/bitmap: discard CHUNK_BLOCK_SHIFT macro 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 --- Reading git-diff-tree failed