On Tue, 20 May 2008 17:55:54 +0800 Dave Young <hidave.darkstar@gmail.com> wrote:
Shouldn't we just fix that?
I think it would need a lavish comment explaining what it is for, and
the reasons for its existence.
Perhaps this should be a kernel-wide thing in lockdep.h. But then that
would invite people to use it, and it looks like a bad thing.
device.h does not include lockdep.h, so putting this here assumes that
callees have already included lockdep.h. This is the sort of
assumption which leads to compilation errors.
--