I knew that.... but obviously not at the right time. Thanks.
Now if only Linus has told me (like you did) instead of just making
the change himself in 2.5, I would have got it right in 2.4..
Anyway, I'll make sure it gets to Marcelo (if he hasn't picked it up
already) and will feel suitably chastised.
NeilBrown
>
> --- include/linux/sunrpc/svcsock.h.~1~ Tue Aug 13 10:37:10 2002
> +++ include/linux/sunrpc/svcsock.h Tue Aug 13 10:37:15 2002
> @@ -22,7 +22,7 @@
>
> 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 */
-
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/