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:
904753d
)
iscsit: add missing endianess conversion in iscsit_check_inaddr_any
author
Christoph Hellwig
<hch@infradead.org>
Wed, 26 Sep 2012 12:00:38 +0000
(08:00 -0400)
committer
Nicholas Bellinger
<nab@linux-iscsi.org>
Tue, 2 Oct 2012 21:42:25 +0000
(14:42 -0700)
Sparse noticed that INADDR_ANY needs to be converted to big endian before
it can be stored in struct sockaddr_in.s_addr.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
No differences found