Re: [PATCH] remove nonsense force-casts from ocfs2

2007-12-05 Thread Mark Fasheh
On Wed, Dec 05, 2007 at 08:46:47AM +, Al Viro wrote: > 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

[PATCH] remove nonsense force-casts from ocfs2

2007-12-05 Thread Al Viro
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