From 5488bb08136c174e7720a377d535529780cf9407 Mon Sep 17 00:00:00 2001 From: Neil Brown Date: Thu, 12 Sep 2002 01:41:19 -0700 Subject: [PATCH] kNFSd 8: Don't store path in exports table. Instead, use d_path to find path from dentry/vfsmnt. This requires allocating a buffer at exp_open time, and releasing it when closing. --- 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 134960a055fd..15da6ab2086e 100644 --- a/include/linux/nfsd/export.h +++ b/include/linux/nfsd/export.h @@ -62,7 +62,6 @@ struct svc_export { struct list_head ex_hash; struct list_head ex_fsid_hash; struct list_head ex_list; - char ex_path[NFS_MAXPATHLEN+1]; struct svc_client * ex_client; int ex_flags; struct vfsmount * ex_mnt; -- cgit v1.2.3