From: NeilBrown Date: Wed, 28 May 2014 03:39:23 +0000 (+1000) Subject: md/bitmap: remove confusing code from filemap_get_page. X-Git-Tag: omap-for-v3.16/fixes-against-rc1~58^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2e06c58841b3e89eaacfa88ce14389d311c54a8;p=pandora-kernel.git md/bitmap: remove confusing code from filemap_get_page. file_page_index(store, 0) is *always* 0. This is because the bitmap sb, at 256 bytes, is *always* less than one page. So subtracting it has no effect and the code should be removed. Reported-by: Goldwyn Rodrigues Signed-off-by: NeilBrown --- Reading git-diff-tree failed