Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Jul 2006 20:00:28 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern vfs_syscalls.c
Message-ID:  <200607272000.k6RK0Sov014759@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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