]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
- Correct an assert in vop_rename_pre. fdvp may be locked if it is either
authorJeff Roberson <jeff@FreeBSD.org>
Sun, 19 Mar 2006 20:14:46 +0000 (20:14 +0000)
committerJeff Roberson <jeff@FreeBSD.org>
Sun, 19 Mar 2006 20:14:46 +0000 (20:14 +0000)
commite44270a781fe565aea4c5024bd62ce4f3a74e765
tree3231d884410aeec1b7b2311329c4f93a34656e52
parenteffd5e768283bd5c44f7d034f9099a00a18d6c03
 - Correct an assert in vop_rename_pre.  fdvp may be locked if it is either
   the target directory or file.  This case should fail in the filesystem
   anyway and perhaps kern_rename() should catch it.

Sponsored by: Isilon Systems, Inc.
sys/kern/vfs_subr.c