cvs commit: src/sys/ufs/ffs ffs_rawread.c ffs_softdep.c ffs_vfsops.c ffs_vnops.c

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


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

  Modified files:
    sys/ufs/ffs          ffs_rawread.c ffs_softdep.c ffs_vfsops.c 
                         ffs_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.4       +4 -5      src/sys/ufs/ffs/ffs_rawread.c
  1.9       +8 -8      src/sys/ufs/ffs/ffs_softdep.c
  1.8       +3 -3      src/sys/ufs/ffs/ffs_vfsops.c
  1.4       +2 -3      src/sys/ufs/ffs/ffs_vnops.c






More information about the Commits mailing list