[Bug 16122] 2.6.35-rc1: WARNING at fs/fs-writeback.c:1142 __mark_inode_dirty+0x103/0x170
From: <hidden>
Date: 2010-06-05 14:55:10
From: <hidden>
Date: 2010-06-05 14:55:10
https://bugzilla.kernel.org/show_bug.cgi?id=16122
--- Comment #8 from Larry Finger <Larry.Finger@lwfinger.net> 2010-06-05 14:54:58 ---I'm willing to work on this, but don't know where to start.
Is there a simple explanation of when and where bdi_register() should be
called?
I put a test of the returned value of bdi_register_dev() in add_disk(), but
never got a non-zero result.
BTW, is this snippet in bdi_register() correct?
if (bdi->dev) /* The driver needs to use separate queues per device */
goto exit;
This smells like an error, but returns zero.
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.