Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Jun 2002 13:03:42 -0700 (PDT)
From:      Maxime Henrion <mux@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern vfs_subr.c vfs_syscalls.c src/sys/sys mount.h
Message-ID:  <200206202003.g5KK3g959620@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
mux         2002/06/20 13:03:42 PDT

  Modified files:
    sys/kern             vfs_subr.c vfs_syscalls.c 
    sys/sys              mount.h 
  Log:
  Change the way we internally store the mount options to
  a linked list.  This is to allow the merging of the mount
  options in the MNT_UPDATE case, as the current data structure
  is unsuitable for this.
  
  There are no functional differences in this commit.
  
  Reviewed by:    phk
  
  Revision  Changes    Path
  1.362     +45 -10    src/sys/kern/vfs_subr.c
  1.259     +17 -59    src/sys/kern/vfs_syscalls.c
  1.128     +4 -6      src/sys/sys/mount.h

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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