kernel - Do not use LK_NOWAIT for vfs_busy() after initialization
authorMatthew Dillon <dillon@apollo.backplane.com>
Thu, 8 Dec 2011 04:13:09 +0000 (20:13 -0800)
committerMatthew Dillon <dillon@apollo.backplane.com>
Thu, 8 Dec 2011 04:13:09 +0000 (20:13 -0800)
commitfd4faabafff416eb57e9987bdfc05dbc1808b373
treee262c53df41ebb9cebefbb9fbcc8d47660de1261
parentcca9113101b1bf49b468ff3e89778d541b4a3977
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).
sys/kern/vfs_mount.c