Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Jun 2008 14:34:38 +0000 (UTC)
From:      Oleksandr Tymoshenko <gonzo@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/fs/devfs devfs_rule.c
Message-ID:  <200806221434.m5MEYlTr053683@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
gonzo       2008-06-22 14:34:38 UTC

  FreeBSD src repository

  Modified files:
    sys/fs/devfs         devfs_rule.c 
  Log:
  SVN rev 179926 on 2008-06-22 14:34:38Z by gonzo
  
  Get pointer to devfs_ruleset struct after garbage collection has been
  performed. Otherwise if ruleset is used by given mountpoint and is empty
  it's freed by devfs_ruleset_reap and pointer becomes bogus.
  
  Submitted by:   Mateusz Guzik <mjguzik@gmail.com>
  PR:             kern/124853
  
  Revision  Changes    Path
  1.25      +3 -3      src/sys/fs/devfs/devfs_rule.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200806221434.m5MEYlTr053683>