K 10 svn:author V 3 mav K 8 svn:date V 27 2011-02-04T09:15:12.224677Z K 7 svn:log V 340 Do not use provider private field for storing softc pointer. Provider can be destroyed by disk_gone(), which is called while holding lock and makes impossible to destroy sysctl context or reliably queue destruction. New implementation adds one more pointer dereference, but IMHO it is better then expose internal kitchen to the public API. END