lkml.org 
[lkml]   [2008]   [May]   [28]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: [PATCH][-mm] reclassify sg_sysfs_class for lockdep
From
Date
On Tue, 2008-05-27 at 18:10 +0800, Dave Young wrote:
> As register sg_interface, the sg_add will be called, which then will
> add device to sg_sysfs_class. This will cause lockdep warning,
> please see following email
>
> In this case the locks are from diffrent classi, one is sdev_class,
> another is sg_sysfs_class
>
> Here reclassify the sg_sysfs_class for lockdep

This isn't really a generic solution, is it? It only works because we
currently only have two users of the interface functions, so if we
reclassify one they look separate to lockdep. It will fall over again
if we ever get another one.

Surely the correct fix is to initialise lockdep for the mutex the same
way we did for the semaphore in class_register() (which does exactly the
same locking without triggering lockdep)? That way we'll also fix the
problem for other conversions of semaphore->mutex.

James





\
 
 \ /
  Last update: 2008-05-28 16:43    [W:0.034 / U:0.372 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site