9p: fix flags length in net
authorSteven Rostedt <rostedt@goodmis.org>
Sat, 3 May 2008 22:29:50 +0000 (17:29 -0500)
committerEric Van Hensbergen <ericvh@opteron.9grid.us>
Thu, 15 May 2008 00:23:26 +0000 (19:23 -0500)
commitd0c447180bfcb1db8d59e6ddb10f0346bd7d29e9
tree896887bfdb1cf7bf8dbb1212bb7526f5149cdad7
parent728fc4ef17748042d9c71144aa339ed9c68e8b01
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>
net/9p/trans_virtio.c
net/9p/util.c