]> git.baikalelectronics.ru Git - kernel.git/commit
NFS: Split out NFS v4 inode operations
authorBryan Schumaker <bjschuma@netapp.com>
Mon, 16 Jul 2012 20:39:12 +0000 (16:39 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Tue, 17 Jul 2012 17:33:05 +0000 (13:33 -0400)
commit2db23656dea25592fa8c726c913105f6f933aab2
treebae0bcb90c212dbf7d6f2797ace285910d66e2a8
parent6ed9d3ff30b778eb24f626f80fb10ae8d532ff7e
NFS: Split out NFS v4 inode operations

The NFS v4 file inode operations are already already in nfs4proc.c, so
this patch just needs to move the directory operations to the same file.

Signed-off-by: Bryan Schumaker <bjschuma@netapp.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/dir.c
fs/nfs/nfs4_fs.h
fs/nfs/nfs4proc.c