From 3eea06ce7e4fde49a8024e30de6672b5c83a5f4b Mon Sep 17 00:00:00 2001 From: Neil Brown Date: Thu, 12 Sep 2002 01:40:30 -0700 Subject: [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. --- include/linux/nfsd/export.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/linux') 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; -- cgit v1.2.3