aboutsummaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorJan Blunck <[email protected]>2008-02-14 19:38:41 -0800
committerLinus Torvalds <[email protected]>2008-02-14 21:17:08 -0800
commite83aece3afad4d56cc01abe069d3519e851cd2de (patch)
tree360f38ea9f656205941bc98aab93121b67f0a81f /include/linux
parent5477549161480432d053565d2720f08626baf9e3 (diff)
Use struct path in struct svc_expkey
I'm embedding struct path into struct svc_expkey. Signed-off-by: Jan Blunck <[email protected]> Cc: Al Viro <[email protected]> Acked-by: "J. Bruce Fields" <[email protected]> Cc: Neil Brown <[email protected]> Cc: Christoph Hellwig <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/nfsd/export.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/linux/nfsd/export.h b/include/linux/nfsd/export.h
index 491dec1e37ca..5431512b2757 100644
--- a/include/linux/nfsd/export.h
+++ b/include/linux/nfsd/export.h
@@ -106,8 +106,7 @@ struct svc_expkey {
int ek_fsidtype;
u32 ek_fsid[6];
- struct vfsmount * ek_mnt;
- struct dentry * ek_dentry;
+ struct path ek_path;
};
#define EX_SECURE(exp) (!((exp)->ex_flags & NFSEXP_INSECURE_PORT))