cvs commit: src/sys/fs/specfs spec_vnops.c

Poul-Henning Kamp phk at FreeBSD.org
Wed Mar 10 12:56:29 PST 2004


phk         2004/03/10 12:56:28 PST

  FreeBSD src repository

  Modified files:
    sys/fs/specfs        spec_vnops.c 
  Log:
  Don't call devsw() more than we need to, and in particular do not expose
  ourselves to device removal by not checking for it the second time.
  
  Use count_dev(dev) rather than vcount(vp)
  
  Revision  Changes    Path
  1.218     +4 -4      src/sys/fs/specfs/spec_vnops.c


More information about the cvs-src mailing list