Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Apr 2010 08:45:30 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/kern vfs_default.c
Message-ID:  <201004090845.o398jmjV099006@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
kib         2010-04-09 08:45:30 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_8)
    sys/kern             vfs_default.c 
  Log:
  SVN rev 206414 on 2010-04-09 08:45:30Z by kib
  
  MFC r206094:
  Supply default implementation of VOP_RENAME() that does neccessary
  unlocks and unreferences for argument vnodes, as expected by
  kern_renameat(9), and returns EOPNOTSUPP. This fixes locks and
  reference leaks when rename is attempted on fs that does not
  implement rename.
  
  Revision   Changes    Path
  1.154.2.3  +16 -0     src/sys/kern/vfs_default.c



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