NFS: Split out NFS v4 file operations
authorBryan Schumaker <bjschuma@netapp.com>
Mon, 16 Jul 2012 20:39:15 +0000 (16:39 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Tue, 17 Jul 2012 17:33:50 +0000 (13:33 -0400)
commitce4ef7c0a8a0594d7b9d088d73866a4389402a7e
tree2898effa24c9b74d27b17dd8219064524537af1e
parent466bfe7f4a5bee4cdd73d3f6bd290173a8c75a40
NFS: Split out NFS v4 file operations

This patch moves the NFS v4 file functions into a new file that is only
compiled when CONFIG_NFS_V4 is enabled.

Signed-off-by: Bryan Schumaker <bjschuma@netapp.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/Makefile
fs/nfs/file.c
fs/nfs/internal.h
fs/nfs/nfs4file.c [new file with mode: 0644]