Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Jul 2002 09:05:31 -0700 (PDT)
From:      Maxime Henrion <mux@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern vfs_mount.c
Message-ID:  <200207191605.g6JG5VgA089425@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
mux         2002/07/19 09:05:31 PDT

  Modified files:
    sys/kern             vfs_mount.c 
  Log:
  - Merge the mount options at MNT_UPDATE time with vfs_mergeopts().
  - Sanity check the mount options list (remove duplicates) with
    vfs_sanitizeopts().
  - Fix some malloc(0)/free(NULL) bugs.
  
  Reviewed by:    rwatson (some time ago)
  
  Revision  Changes    Path
  1.76      +113 -19   src/sys/kern/vfs_mount.c

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?200207191605.g6JG5VgA089425>