patch-2.4.20 linux-2.4.20/include/linux/nfsd/export.h
Next file: linux-2.4.20/include/linux/nfsd/nfsd.h
Previous file: linux-2.4.20/include/linux/nfs_xdr.h
Back to the patch index
Back to the overall index
- Lines: 40
- Date:
Thu Nov 28 15:53:15 2002
- Orig file:
linux-2.4.19/include/linux/nfsd/export.h
- Orig date:
Fri Aug 2 17:39:45 2002
diff -urN linux-2.4.19/include/linux/nfsd/export.h linux-2.4.20/include/linux/nfsd/export.h
@@ -39,7 +39,8 @@
#define NFSEXP_NOSUBTREECHECK 0x0400
#define NFSEXP_NOAUTHNLM 0x0800 /* Don't authenticate NLM requests - just trust */
#define NFSEXP_MSNFS 0x1000 /* do silly things that MS clients expect */
-#define NFSEXP_ALLFLAGS 0x1FFF
+#define NFSEXP_FSID 0x2000
+#define NFSEXP_ALLFLAGS 0x3FFF
#ifdef __KERNEL__
@@ -55,11 +56,13 @@
struct in_addr cl_addr[NFSCLNT_ADDRMAX];
struct svc_uidmap * cl_umap;
struct list_head cl_export[NFSCLNT_EXPMAX];
+ struct list_head cl_expfsid[NFSCLNT_EXPMAX];
struct list_head cl_list;
};
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_export * ex_parent;
@@ -71,6 +74,7 @@
ino_t ex_ino;
uid_t ex_anon_uid;
gid_t ex_anon_gid;
+ int ex_fsid;
};
#define EX_SECURE(exp) (!((exp)->ex_flags & NFSEXP_INSECURE_PORT))
@@ -92,6 +96,7 @@
struct svc_client * exp_getclient(struct sockaddr_in *sin);
void exp_putclient(struct svc_client *clp);
struct svc_export * exp_get(struct svc_client *clp, kdev_t dev, ino_t ino);
+struct svc_export * exp_get_fsid(struct svc_client *clp, int fsid);
int exp_rootfh(struct svc_client *, kdev_t, ino_t,
char *path, struct knfsd_fh *, int maxsize);
int nfserrno(int errno);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)