Mailinglist Archive: opensuse-bugs (14787 mails)
| < Previous | Next > |
[Bug 216956] Kernel oops when mounting ReiserFS on readonly media
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Wed, 1 Nov 2006 10:45:32 -0700 (MST)
- Message-id: <20061101174532.F3643BAC@xxxxxxxxxxxxxxxxxxxxxx>
https://bugzilla.novell.com/show_bug.cgi?id=216956
------- Comment #1 from jeffm@xxxxxxxxxx 2006-11-01 10:45 MST -------
Created an attachment (id=103352)
--> (https://bugzilla.novell.com/attachment.cgi?id=103352&action=view)
[PATCH] reiserfs: reset errval after initializing bitmap cache
Callers after reiserfs_init_bitmap_cache() expect errval to contain -EINVAL
until much later. If a condition fails before errval is reset later,
reiserfs_fill_super() will mistakenly return 0, causing an Oops in
do_add_mount(). This patch resets errval to -EINVAL after the call.
--
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.
------- Comment #1 from jeffm@xxxxxxxxxx 2006-11-01 10:45 MST -------
Created an attachment (id=103352)
--> (https://bugzilla.novell.com/attachment.cgi?id=103352&action=view)
[PATCH] reiserfs: reset errval after initializing bitmap cache
Callers after reiserfs_init_bitmap_cache() expect errval to contain -EINVAL
until much later. If a condition fails before errval is reset later,
reiserfs_fill_super() will mistakenly return 0, causing an Oops in
do_add_mount(). This patch resets errval to -EINVAL after the call.
--
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 > |