git: kernel - Do not use LK_NOWAIT for vfs_busy() after initialization
Matthew Dillon
dillon at crater.dragonflybsd.org
Wed Dec 7 20:17:22 PST 2011
commit fd4faabafff416eb57e9987bdfc05dbc1808b373
Author: Matthew Dillon <dillon at 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
More information about the Commits
mailing list