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:
cf170f3
)
md/bitmap: remove confusing code from filemap_get_page.
author
NeilBrown
<neilb@suse.de>
Wed, 28 May 2014 03:39:23 +0000
(13:39 +1000)
committer
NeilBrown
<neilb@suse.de>
Thu, 29 May 2014 06:59:47 +0000
(16:59 +1000)
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 <rgoldwyn@suse.de>
Signed-off-by: NeilBrown <neilb@suse.de>
No differences found