]> git.hungrycats.org Git - linux/commit
[PATCH] ncpfs (4/7): be16 handling in marshalling
authorAlexander Viro <viro@www.linux.org.uk>
Wed, 6 Oct 2004 00:53:26 +0000 (17:53 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Wed, 6 Oct 2004 00:53:26 +0000 (17:53 -0700)
commite5287eb0d1d18f4a4d04cd601892da9d0e991b0c
tree7aca3683454788130bcdb349ffe9f4caad9e166f
parentebacbbb5fcbf9c188d85ceac862c5c3c5945cc5a
[PATCH] ncpfs (4/7): be16 handling in marshalling

New marshalling helpers - ncp_add_be16() and ncp_reply_be16().

Encode and decode a big-endian 16bit field resp.

A bunch of places in ncplib_kernel.c switched to usign these.

Signed-off-by: Al Viro <viro@parcelfarce.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/ncpfs/ncplib_kernel.c