cvs commit: src/sys/dev/md md.c

Maxim Sobolev sobomax at FreeBSD.org
Wed Nov 7 14:47:41 PST 2007


sobomax     2007-11-07 22:47:41 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/md           md.c 
  Log:
  Put back devstat support that was lost during GEOM transition. Initially,
  I've tried to move md(4) to use geom_disk class, like real disks do, but
  this requires major rework of some of the existing features such as
  configuration dumping for example. Therefore just putting devstat support
  directly into md(4) seems to be optimal solution.
  
  Now you can see md(4) stats in `systat -vm' again.
  
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.171     +12 -0     src/sys/dev/md/md.c


More information about the cvs-all mailing list