2008-07-24 00:01:55

by Alex Davis

[permalink] [raw]
Subject: Possible coding error in ./drivers/net/wan/dlci.c

In the 2.6.25.10 version of this file, function dlci_del, the function __dev_get_by_name is called with neither the RTNL semaphore or dev_base_lock being held. According to the documentation for __dev_get_by_name, one of the aforementioned locks must be held. Am I missing something?


I code, therefore I am