diff options
| author | Neil Brown <neilb@cse.unsw.edu.au> | 2002-09-12 01:41:19 -0700 |
|---|---|---|
| committer | David S. Miller <davem@nuts.ninka.net> | 2002-09-12 01:41:19 -0700 |
| commit | 5488bb08136c174e7720a377d535529780cf9407 (patch) | |
| tree | 339de5a73e7f72727b55c0f164349db2bd620fe1 /include/linux | |
| parent | 9c75479de1ed68f63d5f2ec0336a875e3b52287c (diff) | |
[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.
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 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; |
