summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNeil Brown <neilb@cse.unsw.edu.au>2002-09-12 01:40:30 -0700
committerDavid S. Miller <davem@nuts.ninka.net>2002-09-12 01:40:30 -0700
commit3eea06ce7e4fde49a8024e30de6672b5c83a5f4b (patch)
treef463866704640f3db8d378f239ee0e820883709a /include
parent8a5d34f39da5a0806e5cbbc5550e5a04bb5c18ba (diff)
[PATCH] kNFSd 5: Get rid of ex_parent from svc_export
I was never entirely sure what it was for, but it is not used now, only set, so it can go.
Diffstat (limited to 'include')
-rw-r--r--include/linux/nfsd/export.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/nfsd/export.h b/include/linux/nfsd/export.h
index a8968f9a106f..df5990ab1778 100644
--- a/include/linux/nfsd/export.h
+++ b/include/linux/nfsd/export.h
@@ -64,7 +64,6 @@ struct svc_export {
struct list_head ex_fsid_hash;
struct list_head ex_list;
char ex_path[NFS_MAXPATHLEN+1];
- struct svc_export * ex_parent;
struct svc_client * ex_client;
int ex_flags;
struct vfsmount * ex_mnt;