cvs commit: src/sys/netsmb smb_conn.c smb_iod.c smb_rq.c smb_subr.c smb_subr.h smb_trantcp.c

Matthew Dillon dillon at crater.dragonflybsd.org
Sat Jul 19 14:14:59 PDT 2003


dillon      2003/07/19 14:14:45 PDT

  Modified files:
    sys/netsmb           smb_conn.c smb_iod.c smb_rq.c smb_subr.c 
                         smb_subr.h smb_trantcp.c 
  Log:
  Remove the priority part of the priority|flags argument to tsleep().  Only
  flags are passed now.  The priority was a user scheduler thingy that is not
  used by the LWKT subsystem.  For process statistics assume sleeps without
  P_SINTR set to be disk-waits, and sleeps with it set to be normal sleeps.
  
  This commit should not contain any operational changes.
  
  Revision  Changes    Path
  1.4       +2 -2      src/sys/netsmb/smb_conn.c
  1.6       +8 -8      src/sys/netsmb/smb_iod.c
  1.5       +2 -2      src/sys/netsmb/smb_rq.c
  1.7       +4 -4      src/sys/netsmb/smb_subr.c
  1.6       +3 -3      src/sys/netsmb/smb_subr.h
  1.4       +3 -3      src/sys/netsmb/smb_trantcp.c






More information about the Commits mailing list