cvs commit: src/sys/fs/devfs devfs_rule.c

Poul-Henning Kamp phk at FreeBSD.org
Thu Sep 15 01:50:17 PDT 2005


phk         2005-09-15 08:50:16 UTC

  FreeBSD src repository

  Modified files:
    sys/fs/devfs         devfs_rule.c 
  Log:
  Protect the devfs rule internal global lists with a sx lock, the per
  mount locks are not enough.  Finer granularity (x)locking could be
  implemented, but I prefer to keep it simple for now.
  
  Revision  Changes    Path
  1.18      +9 -1      src/sys/fs/devfs/devfs_rule.c


More information about the cvs-src mailing list