FreeBSD Bugzilla – Attachment 111260 Details for
Bug 152488
[tmpfs] [patch] mtime of file updated when only inode changed (file data not changed)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
tmpfs.patch
tmpfs.patch (text/plain), 420 bytes, created by
citrin
on 2010-11-22 17:50:08 UTC
(
hide
)
Description:
tmpfs.patch
Filename:
MIME Type:
Creator:
citrin
Created:
2010-11-22 17:50:08 UTC
Size:
420 bytes
patch
obsolete
>Index: tmpfs_vnops.c >=================================================================== >--- tmpfs_vnops.c (revision 215543) >+++ tmpfs_vnops.c (working copy) >@@ -853,8 +853,7 @@ > tmpfs_free_dirent(tmp, de, TRUE); > > if (node->tn_links > 0) >- node->tn_status |= TMPFS_NODE_ACCESSED | TMPFS_NODE_CHANGED | \ >- TMPFS_NODE_MODIFIED; >+ node->tn_status |= TMPFS_NODE_ACCESSED | TMPFS_NODE_CHANGED; > error = 0; > > out:
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 152488
: 111260