NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/44383 CVS commit: src



The following reply was made to PR kern/44383; it has been noted by GNATS.

From: "Juergen Hannken-Illjes" <hannken%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/44383 CVS commit: src
Date: Fri, 5 Aug 2011 08:17:48 +0000

 Module Name:   src
 Committed By:  hannken
 Date:          Fri Aug  5 08:17:48 UTC 2011
 
 Modified Files:
        src/sys/fs/union: union_vnops.c
        src/tests/fs/vfs: t_union.c
 
 Log Message:
 When union_lookup() creates a shadow directory and nameiop is not LOOKUP
 it has to restart the lookup to get the componentname right.
 
 Fixes PR #44383 (an endless stream of whiteout and opaque dir problems ...)
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.40 -r1.41 src/sys/fs/union/union_vnops.c
 cvs rdiff -u -r1.6 -r1.7 src/tests/fs/vfs/t_union.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index