mtip32xx: Fix NULL pointer dereference during module unload
authorSam Bradshaw <sbradshaw@micron.com>
Wed, 15 May 2013 08:04:34 +0000 (10:04 +0200)
committerJens Axboe <axboe@kernel.dk>
Wed, 15 May 2013 08:04:34 +0000 (10:04 +0200)
An open file-handle to one or more of the driver exported debugfs
nodes causes raciness in recursive removal during module unload;
sometimes a stale parent dentry is dereferenced when more than 1
pci device is present.

Signed-off-by: Sam Bradshaw <sbradshaw@micron.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>

No differences found