From: Christoph Hellwig Date: Wed, 26 Sep 2012 12:00:38 +0000 (-0400) Subject: iscsit: add missing endianess conversion in iscsit_check_inaddr_any X-Git-Tag: v3.7-rc1~61^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cea0b4ceec5d09330fd80c0185532a502db9c2b7;p=pandora-kernel.git iscsit: add missing endianess conversion in iscsit_check_inaddr_any 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 Signed-off-by: Nicholas Bellinger --- Reading git-diff-tree failed