NetBSD-Bugs archive

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

PR/44377 CVS commit: src



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

From: "Juergen Hannken-Illjes" <hannken%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/44377 CVS commit: src
Date: Wed, 3 Aug 2011 10:03:52 +0000

 Module Name:   src
 Committed By:  hannken
 Date:          Wed Aug  3 10:03:52 UTC 2011
 
 Modified Files:
        src/sys/ufs/ufs: ufs_vnops.c
        src/tests/fs/vfs: t_union.c
 
 Log Message:
 Make whiteouts work on journaling ffs file system by adding the missing
 UFS_WAPBL_BEGIN() / UFS_WAPBL_END() around CREATE and DELETE ops.
 
 Fixes PR #44377 (union whiteouts don't work on ffs -o log)
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.201 -r1.202 src/sys/ufs/ufs/ufs_vnops.c
 cvs rdiff -u -r1.5 -r1.6 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