Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Sep 2009 13:28:18 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/kern vfs_syscalls.c
Message-ID:  <200909091328.n89DSdj2051377@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
kib         2009-09-09 13:28:18 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_8)
    sys/kern             vfs_syscalls.c 
  Log:
  SVN rev 197041 on 2009-09-09 13:28:18Z by kib
  
  MFC r196887:
  In fhopen, vfs_ref() the mount point while vnode is unlocked, to prevent
  vn_start_write(NULL, &mp) from operating on potentially freed or reused
  struct mount *.
  
  Remove unmatched vfs_rel() in cleanup.
  
  Approved by:    re (kensmith)
  
  Revision   Changes    Path
  1.487.2.3  +3 -1      src/sys/kern/vfs_syscalls.c



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