From: Al Viro Date: Wed, 5 Dec 2007 08:46:47 +0000 (+0000) Subject: remove nonsense force-casts from ocfs2 X-Git-Tag: v2.6.24-rc5~66 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=97bd7919e2c1445dabbcc2686795dbb52316b923;p=pandora-kernel.git remove nonsense force-casts from ocfs2 endianness annotations in networking code had been in place for quite a while; in particular, sin_port and s_addr are annotated as big-endian. Code in ocfs2 had __force casts added apparently to shut the sparse warnings up; of course, these days they only serve to *produce* warnings for no reason whatsoever... Signed-off-by: Al Viro Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed