All of lore.kernel.org
 help / color / mirror / Atom feed
* PATCH - SUNRPC 1 of 3 - The new "sk_flags" word in struct svc_sock must be long....
@ 2002-08-20  4:24 Neil Brown
  2002-08-20 22:53 ` Benjamin LaHaise
  0 siblings, 1 reply; 6+ messages in thread
From: Neil Brown @ 2002-08-20  4:24 UTC (permalink / raw)
  To: Marcelo Tosatti; +Cc: nfs


As Dave Miller reminded me, 'flags' fields must be unsigned long.


 ----------- Diffstat output ------------
 ./include/linux/sunrpc/svcsock.h |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

--- ./include/linux/sunrpc/svcsock.h	2002/08/20 03:00:47	1.1
+++ ./include/linux/sunrpc/svcsock.h	2002/08/20 03:01:25	1.2
@@ -22,7 +22,7 @@ struct svc_sock {
 
 	struct svc_serv *	sk_server;	/* service for this socket */
 	unsigned char		sk_inuse;	/* use count */
-	unsigned int		sk_flags;
+	unsigned long		sk_flags;
 #define	SK_BUSY		0			/* enqueued/receiving */
 #define	SK_CONN		1			/* conn pending */
 #define	SK_CLOSE	2			/* dead or dying */


-------------------------------------------------------
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
_______________________________________________
NFS maillist  -  NFS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs

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

end of thread, other threads:[~2002-08-20 23:44 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-08-20  4:24 PATCH - SUNRPC 1 of 3 - The new "sk_flags" word in struct svc_sock must be long Neil Brown
2002-08-20 22:53 ` Benjamin LaHaise
2002-08-20 23:16   ` Trond Myklebust
2002-08-20 23:21     ` Benjamin LaHaise
2002-08-20 23:32       ` Neil Brown
2002-08-20 23:44       ` Trond Myklebust

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.