commit | 97bd7919e2c1445dabbcc2686795dbb52316b923 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@ftp.linux.org.uk> | Wed Dec 05 08:46:47 2007 +0000 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Wed Dec 05 09:25:20 2007 -0800 |
tree | 6ecbc7331107f61e83bf7c779b2ae36810510d84 | |
parent | 7e46aa5c8cb1347853de9ec86f3fa440f9dc9d77 [diff] |
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 <viro@zeniv.linux.org.uk> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>