]> git.hungrycats.org Git - linux/commit
[PATCH] ncpfs (7/7): misc fixes and cleanups
authorAlexander Viro <viro@www.linux.org.uk>
Wed, 6 Oct 2004 00:54:02 +0000 (17:54 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Wed, 6 Oct 2004 00:54:02 +0000 (17:54 -0700)
commit6d3ab32394c8aea389f39d55e142ce37fffc5ff2
tree573fff10fc7d7963dab5b0c038b4718ba3560d63
parent67a385f2976a6ddf91fda4107bba0e812326d72a
[PATCH] ncpfs (7/7): misc fixes and cleanups

* remaining endiannes cleanups
* don't mess with setting finfo.i.dataStreamSize when creating the root
  directory inode; that field is ignored when populating in-core directory
  inodes.
* missing cpu_to_le16() in ncp_search_for_fileset() (for big-endian clients
  server sees 0xff7f instead of intended 0x7fff).

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