DragonFly BSD
DragonFly commits List (threaded) for 2003-07
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

cvs commit: src/sys/nfs bootp_subr.c nfs_bio.c nfs_node.c nfs_nqlease.c nfs_socket.c nfs_srvcache.c nfs_syscalls.c nfs_vfsops.c nfs_vnops.c


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sat, 19 Jul 2003 14:14:46 -0700 (PDT)

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

  Modified files:
    sys/nfs              bootp_subr.c nfs_bio.c nfs_node.c 
                         nfs_nqlease.c nfs_socket.c nfs_srvcache.c 
                         nfs_syscalls.c nfs_vfsops.c nfs_vnops.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.3       +3 -3      src/sys/nfs/bootp_subr.c
  1.7       +3 -4      src/sys/nfs/nfs_bio.c
  1.5       +6 -6      src/sys/nfs/nfs_node.c
  1.6       +5 -7      src/sys/nfs/nfs_nqlease.c
  1.5       +7 -8      src/sys/nfs/nfs_socket.c
  1.3       +4 -4      src/sys/nfs/nfs_srvcache.c
  1.6       +7 -8      src/sys/nfs/nfs_syscalls.c
  1.5       +4 -5      src/sys/nfs/nfs_vfsops.c
  1.7       +2 -2      src/sys/nfs/nfs_vnops.c




[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]