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.