cvs commit: src/sys/fs/nullfs null_vnops.c

Poul-Henning Kamp phk at FreeBSD.org
Thu Nov 25 23:18:29 PST 2004


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


More information about the cvs-src mailing list