]> Git Repo - linux.git/commit
[PATCH] nfsd: change uses of f_{dentry, vfsmnt} to use f_path
authorJosef "Jeff" Sipek <[email protected]>
Fri, 8 Dec 2006 10:36:41 +0000 (02:36 -0800)
committerLinus Torvalds <[email protected]>
Fri, 8 Dec 2006 16:28:42 +0000 (08:28 -0800)
commit7eaa36e2d470ed63bf0c4e4dd8b09cc4a9e1c481
treef0242501eea54821150f6996807a80e9231bae89
parent01cce933d8b524d9312f5098c70fa1b6ac190572
[PATCH] nfsd: change uses of f_{dentry, vfsmnt} to use f_path

Change all the uses of f_{dentry,vfsmnt} to f_path.{dentry,mnt} in the nfs
server code.

Signed-off-by: Josef "Jeff" Sipek <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
fs/nfsd/nfs4state.c
fs/nfsd/nfsctl.c
fs/nfsd/vfs.c
This page took 0.047722 seconds and 4 git commands to generate.