K 10 svn:author V 6 scottl K 8 svn:date V 27 2008-08-29T04:39:46.340923Z K 7 svn:log V 361 Fix a locking mistake in daopen(). If the open fails, which can happen because the media was removed, the periph would get its refcount dropped and ultimately freed before getting unlocked. This created a dangling pointer that was easy to trip over. This fixes a common source of crashes with removaable media, but problems remain and will get tracked down. END