On Wed, 24 Mar 2010 14:59:46 -0600
Jonathan Corbet <corbet@lwn.net> wrote:
It's hard to see what the test gains us really - the kernel has
zillions of pointer derefs, any of which could be NULL if we have a
bug. Are we more likely to have a bug here than elsewhere?
This one will oops on a plain old read, so it's a bit moot in this
case.
--