Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Jun 2010 15:29:12 +0000 (UTC)
From:      Jaakko Heinonen <jh@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/fs/devfs devfs.h devfs_devs.c devfs_vnops.c
Message-ID:  <201006091529.o59FTZcV001606@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jh          2010-06-09 15:29:12 UTC

  FreeBSD src repository

  Modified files:
    sys/fs/devfs         devfs.h devfs_devs.c devfs_vnops.c 
  Log:
  SVN rev 208951 on 2010-06-09 15:29:12Z by jh
  
  Add a new function devfs_parent_dirent() for resolving devfs parent
  directory entry. Use the new function in devfs_fqpn(), devfs_lookupx()
  and devfs_vptocnp() instead of manually resolving the parent entry.
  
  Reviewed by:    kib
  
  Revision  Changes    Path
  1.33      +1 -0      src/sys/fs/devfs/devfs.h
  1.62      +20 -0     src/sys/fs/devfs/devfs_devs.c
  1.184     +11 -9     src/sys/fs/devfs/devfs_vnops.c



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