Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Sep 2010 18:20:56 +0000 (UTC)
From:      Jaakko Heinonen <jh@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/fs/devfs devfs_devs.c devfs_int.h
Message-ID:  <201009271821.o8RILBha071753@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jh          2010-09-27 18:20:56 UTC

  FreeBSD src repository

  Modified files:
    sys/fs/devfs         devfs_devs.c devfs_int.h 
  Log:
  SVN rev 213221 on 2010-09-27 18:20:56Z by jh
  
  Add a new function devfs_dev_exists() to be able to find out if a
  specific devfs path already exists.
  
  The function will be used from kern_conf.c to detect duplicate device
  registrations. Callers must hold the devmtx mutex.
  
  Reviewed by:    kib
  
  Revision  Changes    Path
  1.67      +21 -0     src/sys/fs/devfs/devfs_devs.c
  1.11      +1 -0      src/sys/fs/devfs/devfs_int.h



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