diff options
| author | Neil Brown <neilb@cse.unsw.edu.au> | 2002-09-12 01:40:30 -0700 |
|---|---|---|
| committer | David S. Miller <davem@nuts.ninka.net> | 2002-09-12 01:40:30 -0700 |
| commit | 3eea06ce7e4fde49a8024e30de6672b5c83a5f4b (patch) | |
| tree | f463866704640f3db8d378f239ee0e820883709a /include/linux | |
| parent | 8a5d34f39da5a0806e5cbbc5550e5a04bb5c18ba (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/linux')
| -rw-r--r-- | include/linux/nfsd/export.h | 1 |
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; |
