CVSROOT: /cvs Module name: src Changes by: guent...@cvs.openbsd.org 2014/01/06 21:44:56
Modified files: sys/tmpfs : tmpfs_vnops.c Log message: Delay checking the vnode locking of the target vnodes in tmpfs_rename() until we've confirmed they're on the same filesystem as the source: not all filesystems do locking the same. problem report and testing chrisz@ ok espie@