[Bug 14967] gnome menu is missing items
bugzilla-daemon at bugzilla.ubuntu.com
bugzilla-daemon at bugzilla.ubuntu.com
Mon Sep 19 18:29:06 UTC 2005
Please do not reply to this email. You can add comments at
http://bugzilla.ubuntu.com/show_bug.cgi?id=14967
Ubuntu | linux
------- Additional Comments From desrt at desrt.ca 2005-09-19 19:29 UTC -------
The bug is caused by the fact that a delete_self event is generated by a call to
dentry_iput (which is called when a file is deleted from a directory).
However, dentry_iput is also called by the kernel when it's trying to free up
memory in the dentry cache (for example, if the machine is under heavy disk load).
The delete_self event is generated for both of these cases which is why stuff
disappears when it ought not to. John just dropped by and showed me what a fix
for the problem looks like and I'm just waiting for my powerbook to finish
compiling its kernel so I can give it a test. Wish me luck :)
--
Configure bugmail: http://bugzilla.ubuntu.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.
More information about the kernel-bugs
mailing list