freebsd-dev/sys/ufs
Pawel Jakub Dawidek 64c40cdcb0 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
2007-05-23 11:06:09 +00:00
..
ffs Since renaming of vop_lock to _vop_lock, pre- and post-condition 2007-05-18 13:02:13 +00:00
ufs Eliminate VI_LOCK()/VI_UNLOCK() pair from getattr and close code paths. 2007-05-23 11:06:09 +00:00