
https://bugzilla.novell.com/show_bug.cgi?id=280066 jeffm@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Comment #1 from jeffm@novell.com 2007-06-01 10:07 MST ------- open_xattr_file returns a struct file *, which was used to get the dentry for vfs_unlink. The problem is that fput() wants to access the inode, which has since gone away, causing the oops. I've reworked that code a little bit and checked in a change that fixes it. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.