mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] compilation fix
@ 2003-04-20 18:29 Andries.Brouwer
  0 siblings, 0 replies; 2+ messages in thread
From: Andries.Brouwer @ 2003-04-20 18:29 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel

Now that all gotos to this label have been commented out,
the label itself should be commented out as well.

diff -u --recursive --new-file -X /linux/dontdiff a/fs/nfs/nfs4xdr.c b/fs/nfs/nfs4xdr.c
--- a/fs/nfs/nfs4xdr.c	Sun Apr 20 12:59:32 2003
+++ b/fs/nfs/nfs4xdr.c	Sun Apr 20 19:58:15 2003
@@ -361,7 +361,7 @@
 	*q++ = htonl(len);
 
 	status = 0;
-out:
+/* out: */
 	return status;
 }
 

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH] compilation fix
@ 2003-04-20 18:31 Andries.Brouwer
  0 siblings, 0 replies; 2+ messages in thread
From: Andries.Brouwer @ 2003-04-20 18:31 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel

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
 
 /*

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-04-20 18:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-04-20 18:29 [PATCH] compilation fix Andries.Brouwer
2003-04-20 18:31 Andries.Brouwer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®