cvs commit: src/sys/kern vfs_syscalls.c

John Baldwin jhb at FreeBSD.org
Thu Jul 27 20:00:29 UTC 2006


jhb         2006-07-27 20:00:28 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             vfs_syscalls.c 
  Log:
  Hold the reference on the mountpoint slightly longer in kern_statfs() and
  kern_fstatfs() so that it is still held when prison_enforce_statfs() is
  called (since that function likes to poke and prod at the mountpoint
  structure).
  
  MFC after:      3 days
  
  Revision  Changes    Path
  1.419     +2 -2      src/sys/kern/vfs_syscalls.c


More information about the cvs-all mailing list