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:
d250dad
)
dm io: write error bits form long not int
author
Alasdair G Kergon
<agk@redhat.com>
Fri, 28 Mar 2008 21:16:10 +0000
(14:16 -0700)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Fri, 28 Mar 2008 21:45:23 +0000
(14:45 -0700)
write_err is an unsigned long used with set_bit() so should not be passed
around as unsigned int.
http://bugzilla.kernel.org/show_bug.cgi?id=10271
Signed-off-by: Alasdair G Kergon <agk@redhat.com>
Cc: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
No differences found