Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Nov 2004 07:18:28 +0000 (UTC)
From:      Poul-Henning Kamp <phk@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/fs/nullfs null_vnops.c
Message-ID:  <200411260718.iAQ7ISCZ091317@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
phk         2004-11-26 07:18:28 UTC

  FreeBSD src repository

  Modified files:
    sys/fs/nullfs        null_vnops.c 
  Log:
  Eliminate null_open() and use instead null_bypass().
  
  Null_open() was only here to handle MNT_NODEV, but since that does
  not affect any filesystems anymore, it could only have any effect
  if you nullfs mounted a devfs but didn't want devices to show up.
  
  If you need that, there are easier ways.
  
  Revision  Changes    Path
  1.67      +0 -24     src/sys/fs/nullfs/null_vnops.c



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