NFS: Fix up split of fs/nfs/inode.c
authorDavid Howells <dhowells@redhat.com>
Wed, 23 Aug 2006 00:06:07 +0000 (20:06 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Sat, 23 Sep 2006 03:24:30 +0000 (23:24 -0400)
commit7d4e2747a0412583526a162fbbd6edeeafcceb08
tree756180b37a02b504998c646ff027652f80e10bab
parent770bfad846ab6628444428467b11fa6773ae9ea1
NFS: Fix up split of fs/nfs/inode.c

Fix ups for the splitting of the superblock stuff out of fs/nfs/inode.c,
including:

 (*) Move the callback tcpport module param into callback.c.

 (*) Move the idmap cache timeout module param into idmap.c.

 (*) Changes to internal.h:

     (*) namespace-nfs4.c was renamed to nfs4namespace.c.

     (*) nfs_stat_to_errno() is in nfs2xdr.c, not nfs4xdr.c.

     (*) nfs4xdr.c is contingent on CONFIG_NFS_V4.

     (*) nfs4_path() is only uses if CONFIG_NFS_V4 is set.

Plus also:

 (*) The sec_flavours[] table should really be const.

Signed-Off-By: David Howells <dhowells@redhat.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/callback.c
fs/nfs/idmap.c
fs/nfs/internal.h
fs/nfs/super.c