K 10 svn:author V 3 kib K 8 svn:date V 27 2010-06-03T10:24:53.325638Z K 7 svn:log V 247 Extend the scope of the lock on the quota file vnode in quotaon() to cover the initial read by dqopen(). Assert that vnode is locked in dqopen(). Remove VFS_LOCK_GIANT() from dqopen(), since quotaon() keeps Giant locked if needed around the call. END