NetBSD-Bugs archive

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

PR/41128 CVS commit: [netbsd-5] src/sys/fs/tmpfs



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

From: Soren Jacobsen <snj%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/41128 CVS commit: [netbsd-5] src/sys/fs/tmpfs
Date: Wed, 8 Apr 2009 23:08:07 +0000

 Module Name:   src
 Committed By:  snj
 Date:          Wed Apr  8 23:08:07 UTC 2009
 
 Modified Files:
        src/sys/fs/tmpfs [netbsd-5]: tmpfs_vnops.c
 
 Log Message:
 Pull up following revision(s) (requested by tron in ticket #680):
        sys/fs/tmpfs/tmpfs_vnops.c: revision 1.55
 Fix yet another recent crashy bug in tmpfs rename: since the source
 dirent is no longer cached in lookup and we do the lookup ourselves
 in rename, we are most definitely not allowed to assert that it
 matches the source vnode passed as an argument.  In case the source
 node does not exist or has been replaced, punt with ENOENT.
 Also, nuke some misleading prehistoric comments which haven't been
 valid in over a year.
 Fixes PR kern/41128 by Nicolas Joly
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.51.6.2 -r1.51.6.3 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