K 10 svn:author V 3 pjd K 8 svn:date V 27 2007-05-23T11:06:09.000000Z K 7 svn:log V 340 Eliminate VI_LOCK()/VI_UNLOCK() pair from getattr and close code paths. It's hard to measure performance improvement on my test machine, but the change won't degrade performance for sure. I can measure slight improvement for debugging kernel and it can also be a win for machines where atomic operation is more expensive. Reviewed by: kib END