NetBSD-Bugs archive

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

PR/35112 CVS commit: src/sys/fs/tmpfs



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

From: "Juergen Hannken-Illjes" <hannken%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/35112 CVS commit: src/sys/fs/tmpfs
Date: Sat, 27 Aug 2011 15:32:29 +0000

 Module Name:   src
 Committed By:  hannken
 Date:          Sat Aug 27 15:32:28 UTC 2011
 
 Modified Files:
        src/sys/fs/tmpfs: tmpfs_subr.c tmpfs_vnops.c
 
 Log Message:
 Finish and enable whiteout support for tmpfs:
 
 - Enable VOP tmpfs_whiteout().
 - Support ISWHITEOUT in tmpfs_alloc_file().
 - Support DOWHITEOUT in tmpfs_remove() and tmpfs_rmdir().
 - Make rmdir on a directory containing whiteouts working.
 
 Should fix PR #35112 (tmpfs doesn't play well with unionfs).
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.76 -r1.77 src/sys/fs/tmpfs/tmpfs_subr.c
 cvs rdiff -u -r1.89 -r1.90 src/sys/fs/tmpfs/tmpfs_vnops.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