[PATCH] compilation fix

Andries.Brouwer@cwi.nl
Sun, 20 Apr 2003 20:31:40 +0200 (MEST)


Fix two compiler warnings for compilation of nfs4proc.c.

diff -u --recursive --new-file -X /linux/dontdiff a/fs/nfsd/nfs4proc.c b/fs/nfsd/nfs4proc.c
--- a/fs/nfsd/nfs4proc.c Sun Apr 20 12:59:32 2003
+++ b/fs/nfsd/nfs4proc.c Sun Apr 20 20:10:52 2003
@@ -51,6 +51,7 @@
#include <linux/nfsd/cache.h>
#include <linux/nfs4.h>
#include <linux/nfsd/xdr4.h>
+#include <linux/nfsd/state.h>

#define NFSDDBG_FACILITY NFSDDBG_PROC

diff -u --recursive --new-file -X /linux/dontdiff a/include/linux/nfsd/xdr4.h b/include/linux/nfsd/xdr4.h
--- a/include/linux/nfsd/xdr4.h Mon Feb 24 23:02:57 2003
+++ b/include/linux/nfsd/xdr4.h Sun Apr 20 20:10:10 2003
@@ -344,6 +344,7 @@
int nfsd4_encode_fattr(struct svc_fh *fhp, struct svc_export *exp,
struct dentry *dentry, u32 *buffer, int *countp, u32 *bmval);

+int nfsd4_setclientid_confirm(struct svc_rqst *, struct nfsd4_setclientid_confirm *);
#endif

/*
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/