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:
030baba
)
[PATCH] Fix raid0's attempt to divide by 64bit numbers
author
Neil Brown
<neilb@cse.unsw.edu.au>
Fri, 15 Jul 2005 10:56:27 +0000
(
03:56
-0700)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Fri, 15 Jul 2005 16:54:50 +0000
(09:54 -0700)
Apparently sector_div is only guaranteed to work with a 32bit divisor, even
on 64bit architectures. So allow for this in raid0.
Signed-off-by: Neil Brown <neilb@cse.unsw.edu.au>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
No differences found