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:
b492b85
)
md: raid5: change incorrect usage of 'min' macro to 'min_t'
author
NeilBrown
<neilb@suse.de>
Wed, 27 May 2009 11:39:05 +0000
(21:39 +1000)
committer
NeilBrown
<neilb@suse.de>
Wed, 27 May 2009 11:39:05 +0000
(21:39 +1000)
A recent patch to raid5.c use min on an int and a sector_t.
This isn't allowed.
So change it to min_t(sector_t,x,y).
Signed-off-by: NeilBrown <neilb@suse.de>
No differences found