From owner-cvs-sys Sat Nov 9 02:25:34 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id CAA18366 for cvs-sys-outgoing; Sat, 9 Nov 1996 02:25:34 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id CAA18344; Sat, 9 Nov 1996 02:25:10 -0800 (PST) Date: Sat, 9 Nov 1996 02:25:10 -0800 (PST) From: Bruce Evans Message-Id: <199611091025.CAA18344@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/gnu/ext2fs ext2_lookup.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/11/09 02:25:07 Modified: sys/gnu/ext2fs ext2_lookup.c Log: Fixed lookup of ".." in checkpath. It always failed, so renames of directories to a different parent directory always failed. This bug was caused by 4.4Lite2 changing the directory format and ext2fs not keeping up. Should be in 2.2. Revision Changes Path 1.6 +1 -1 src/sys/gnu/ext2fs/ext2_lookup.c