git: kernel - Do not use LK_NOWAIT for vfs_busy() after initiali
commit fd4faabafff416eb57e9987bdfc05dbc1808b373
Author: Matthew Dillon <dillon@apollo.backplane.com>
Date: Wed Dec 7 20:13:09 2011 -0800
kernel - Do not use LK_NOWAIT for vfs_busy() after initialization
* Minor adjustment, this is more appropriate then what we had but it
will not effect the code since nobody references the mp yet at this
point (thus the lock always succeeds even w/ LK_NOWAIT).
Summary of changes:
sys/kern/vfs_mount.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/fd4faabafff416eb57e9987bdfc05dbc1808b373
--
DragonFly BSD source repository