Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 May 2010 09:32:11 +0000 (UTC)
From:      Andriy Gapon <avg@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/ufs/ffs ffs_vfsops.c
Message-ID:  <201005190932.o4J9WK7c002374@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
avg         2010-05-19 09:32:11 UTC

  FreeBSD src repository

  Modified files:
    sys/ufs/ffs          ffs_vfsops.c 
  Log:
  SVN rev 208293 on 2010-05-19 09:32:11Z by avg
  
  ffs_mount: accept and drop userland-only options that can be passed from
  loader(8)
  
  In r193192 loader(8) has grown an ability to pass root mount options
  from fstab via vfs.root.mountfrom.options.  Unfortunately, some options
  that can be present in fstab are for userland only and lead to root
  mounting failure when seen by kernel.
  Rather than teaching loader about FFS-specific options that should be
  filtered out, ffs_mount recognizes those options as valid, but ignores
  and deletes[1] them.
  
  [1] is suggested by jh.
  
  PR:             kern/141050
  Reported by:    many
  Reviewed by:    jh, bde
  MFC after:      4 days
  
  Revision  Changes    Path
  1.373     +12 -3     src/sys/ufs/ffs/ffs_vfsops.c



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