NFS: Split out remaining NFS v4 inode functions
authorBryan Schumaker <bjschuma@netapp.com>
Mon, 30 Jul 2012 20:05:21 +0000 (16:05 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Mon, 30 Jul 2012 23:06:20 +0000 (19:06 -0400)
commit19d87ca3623956494b517f3abe0caf2616d55457
treeb887ceec474eaaa9cc977483dda666276f6d3fe0
parent6a74490dca897471a994a542fc7c5a469b48b46b
NFS: Split out remaining NFS v4 inode functions

Somehow I missed this in my previous patch series, but these functions
are only needed by the v4 code and should be moved to a v4-only file.  I
wasn't exactly sure where I should put these functions, so I moved them
into nfs4super.c where I could make them static.

Signed-off-by: Bryan Schumaker <bjschuma@netapp.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/inode.c
fs/nfs/internal.h
fs/nfs/nfs4_fs.h
fs/nfs/nfs4super.c
fs/nfs/write.c