Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Mar 2002 05:47:32 -0800 (PST)
From:      Maxime Henrion <mux@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern vfs_syscalls.c
Message-ID:  <200203281347.g2SDlWl80142@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
mux         2002/03/28 05:47:32 PST

  Modified files:
    sys/kern             vfs_syscalls.c 
  Log:
  - Properly sync vfs_nmount() with changes that have be already done
    in vfs_mount(), in particular revisions 1.215, 1.227 and 1.240.
  - flag2 is a low quality variable name, change it to kern_flag.
  - strncpy NUL-terminates f_fstypename and f_mntonname since the strings
    have length <= <buffer length> - 1, so the explicit NUL-termination is
    bogus.
  - M_ZERO'ing space for fstype and fspath is stupid since we never use the
    space beyond the end of the string.
  - Do various style(9) cleanups in both functions.
  
  Submitted by:   bde
  Reviewed by:    phk
  
  Revision  Changes    Path
  1.241     +39 -57    src/sys/kern/vfs_syscalls.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?200203281347.g2SDlWl80142>