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:
4b532c9
)
md: use sector_t in bitmap_get_counter
author
NeilBrown
<neilb@suse.de>
Mon, 18 Oct 2010 23:03:39 +0000
(10:03 +1100)
committer
NeilBrown
<neilb@suse.de>
Thu, 28 Oct 2010 06:32:26 +0000
(17:32 +1100)
bitmap_get_counter returns the number of sectors covered
by the counter in a pass-by-reference variable.
In some cases this can be very large, so make it a sector_t
for safety.
Signed-off-by: NeilBrown <neilb@suse.de>
No differences found