diff options
author | Trond Myklebust | 2007-01-13 08:28:11 +0100 |
---|---|---|
committer | Trond Myklebust | 2007-02-04 00:35:06 +0100 |
commit | c228fd3aeef55637354167faead74c579d5da28b (patch) | |
tree | 44abf437f19a3f182e00a42de6cf853fef8cc0f6 /fs/nfs/internal.h | |
parent | NFSv4: Don't require that NFSv4 mount paths begin with '/' (diff) | |
download | kernel-qcow2-linux-c228fd3aeef55637354167faead74c579d5da28b.tar.gz kernel-qcow2-linux-c228fd3aeef55637354167faead74c579d5da28b.tar.xz kernel-qcow2-linux-c228fd3aeef55637354167faead74c579d5da28b.zip |
NFSv4: Cleanups for fs_locations code.
Start long arduous project... What the hell is
struct dentry = {};
all about?
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'fs/nfs/internal.h')
-rw-r--r-- | fs/nfs/internal.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/fs/nfs/internal.h b/fs/nfs/internal.h index a28f6ce2e131..6610f2b02077 100644 --- a/fs/nfs/internal.h +++ b/fs/nfs/internal.h @@ -107,10 +107,6 @@ extern __be32 *nfs4_decode_dirent(__be32 *p, struct nfs_entry *entry, int plus); /* nfs4proc.c */ #ifdef CONFIG_NFS_V4 extern struct rpc_procinfo nfs4_procedures[]; - -extern int nfs4_proc_fs_locations(struct inode *dir, struct dentry *dentry, - struct nfs4_fs_locations *fs_locations, - struct page *page); #endif /* dir.c */ |