NetBSD-Bugs archive

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

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



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

From: "Mindaugas Rasiukevicius" <rmind%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/48385 CVS commit: src/sys/fs/tmpfs
Date: Sat, 23 Nov 2013 16:35:32 +0000

 Module Name:   src
 Committed By:  rmind
 Date:          Sat Nov 23 16:35:32 UTC 2013
 
 Modified Files:
        src/sys/fs/tmpfs: tmpfs.h tmpfs_fifoops.c tmpfs_rename.c
            tmpfs_specops.c tmpfs_subr.c tmpfs_vfsops.c tmpfs_vnops.c
 
 Log Message:
 - Simplify tmpfs_update(), eliminate tmpfs_note_t::tn_status and deferred
   timestamp updates.  Fix some incorrect updates and plug some missing ones.
   Should fix PR/48385.
 - tmpfs_rmdir: avoid O(n) scan when the directory is not empty and whiteout
   entries were never added.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.47 -r1.48 src/sys/fs/tmpfs/tmpfs.h
 cvs rdiff -u -r1.9 -r1.10 src/sys/fs/tmpfs/tmpfs_fifoops.c
 cvs rdiff -u -r1.5 -r1.6 src/sys/fs/tmpfs/tmpfs_rename.c
 cvs rdiff -u -r1.10 -r1.11 src/sys/fs/tmpfs/tmpfs_specops.c
 cvs rdiff -u -r1.89 -r1.90 src/sys/fs/tmpfs/tmpfs_subr.c
 cvs rdiff -u -r1.54 -r1.55 src/sys/fs/tmpfs/tmpfs_vfsops.c
 cvs rdiff -u -r1.106 -r1.107 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