remarkable-linux/net/9p
Steven Rostedt d0c447180b 9p: fix flags length in net
Some files in the net/9p directory uses "int" for flags. This can
cause hard to find bugs on some architectures. This patch converts the
flags to use "long" instead.

This bug was discovered by doing an allyesconfig make on the -rt kernel
where checks are done to ensure all flags are of size sizeof(long).

Signed-off-by: Steven Rostedt <srostedt@redhat.com>
Acked-by: Eric Van Hensbergen <ericvh@gmail.com>
2008-05-14 19:23:26 -05:00
..
client.c 9p: Correct fidpool creation failure in p9_client_create 2008-05-14 19:23:26 -05:00
conv.c 9p: Documentation updates 2008-05-14 19:23:25 -05:00
error.c 9p: Documentation updates 2008-05-14 19:23:25 -05:00
fcprint.c 9p: Documentation updates 2008-05-14 19:23:25 -05:00
Kconfig 9p: add virtio transport 2007-10-23 13:47:31 -05:00
Makefile 9p: transport API reorganization 2008-02-06 19:25:03 -06:00
mod.c 9p: Documentation updates 2008-05-14 19:23:25 -05:00
trans_fd.c 9p: propagate parse_option changes to client and transports 2008-05-14 19:23:26 -05:00
trans_virtio.c 9p: fix flags length in net 2008-05-14 19:23:26 -05:00
util.c 9p: fix flags length in net 2008-05-14 19:23:26 -05:00