mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-27 17:11:46 +00:00
[PATCH] knfsd: nfsd: store export path in export
Store the export path in the svc_export structure instead of storing only the dentry. This will prevent the need for additional d_path calls to provide NFSv4 fs_locations support. Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu> Signed-off-by: Neil Brown <neilb@suse.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
21c0d8fdd9
commit
b009a873de
2 changed files with 11 additions and 0 deletions
|
@ -51,6 +51,7 @@ struct svc_export {
|
|||
int ex_flags;
|
||||
struct vfsmount * ex_mnt;
|
||||
struct dentry * ex_dentry;
|
||||
char * ex_path;
|
||||
uid_t ex_anon_uid;
|
||||
gid_t ex_anon_gid;
|
||||
int ex_fsid;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue