NetBSD-Bugs archive

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

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



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

From: "Taylor R Campbell" <riastradh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/46990 CVS commit: src/sys/fs/tmpfs
Date: Thu, 27 Sep 2012 17:40:52 +0000

 Module Name:   src
 Committed By:  riastradh
 Date:          Thu Sep 27 17:40:51 UTC 2012
 
 Modified Files:
        src/sys/fs/tmpfs: tmpfs_rename.c
 
 Log Message:
 Uncomment call to genfs_rename_cache_purge.
 
 Fixes a side issue mentioned in PR kern/46990.
 
 I left this commented to preserve the old behaviour of tmpfs_rename,
 but it is obviously broken to omit the cache purge, and I'm surprised
 nobody had encountered any problems with it until now.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.3 -r1.4 src/sys/fs/tmpfs/tmpfs_rename.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