Mailinglist Archive: opensuse-bugs (5398 mails)
| < Previous | Next > |
[Bug 280066] reiserfs related kernel Oops with 2.6.22_rc3_git1-20070531152530 x86_64
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Fri, 1 Jun 2007 10:07:46 -0600 (MDT)
- Message-id: <20070601160746.4E32B1093@xxxxxxxxxxxxxxxxxxxxxx>
https://bugzilla.novell.com/show_bug.cgi?id=280066
jeffm@xxxxxxxxxx changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Comment #1 from jeffm@xxxxxxxxxx 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.
jeffm@xxxxxxxxxx changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Comment #1 from jeffm@xxxxxxxxxx 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.
| < Previous | Next > |