cvs commit: src/sys/nfsclient nfs_nfsiod.c

Jeff Roberson jroberson at chesapeake.net
Thu Jul 3 01:00:37 PDT 2003


On Wed, 2 Jul 2003, Alfred Perlstein wrote:

> * Poul-Henning Kamp <phk at FreeBSD.org> [030702 01:09] wrote:
> > phk         2003/07/02 01:09:21 PDT
> >
> >   FreeBSD src repository
> >
> >   Modified files:
> >     sys/nfsclient        nfs_nfsiod.c
> >   Log:
> >   Change idle sleep indentifier to "-" for nfsiod
>
> Why?  That's not descriptive and now both the client and server
> processes share the same meaningless wait message.
>
> -Alfred
>

Perhaps we should make it a #define.

#define IDLE_WMESG "whateveryoulike"

msleep(..., IDLE_WMESG, ...);

Then the shed can be all colors simultaneously.



More information about the cvs-all mailing list