NetBSD-Bugs archive

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

PR/44377 CVS commit: src/tests/fs



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

From: "Antti Kantee" <pooka%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/44377 CVS commit: src/tests/fs
Date: Wed, 12 Jan 2011 21:13:27 +0000

 Module Name:   src
 Committed By:  pooka
 Date:          Wed Jan 12 21:13:27 UTC 2011
 
 Modified Files:
        src/tests/fs/union: Makefile
        src/tests/fs/vfs: Makefile
 Added Files:
        src/tests/fs/vfs: t_union.c
 Removed Files:
        src/tests/fs/union: t_basic.c
 
 Log Message:
 Move basic unionfs test from fs/union to fs/vfs and make it test
 all whiteout-supporting file systems with the file system in question
 as the upper layer.  Also, add an unlink to the test to see if
 whiteouts are really working.
 
 ffslog_basic is the test case for PR kern/44377
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.2 -r1.3 src/tests/fs/union/Makefile
 cvs rdiff -u -r1.6 -r0 src/tests/fs/union/t_basic.c
 cvs rdiff -u -r1.14 -r1.15 src/tests/fs/vfs/Makefile
 cvs rdiff -u -r0 -r1.1 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