tmpfs - Fix deadlock
authorMatthew Dillon <dillon@apollo.backplane.com>
Wed, 23 Oct 2013 16:41:22 +0000 (09:41 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Wed, 23 Oct 2013 16:41:22 +0000 (09:41 -0700)
commit833d1222afa0bc6fc0c9e12ad0bf90067e700b34
treea3f72762e164d82d6992baeb3a6e4f8a63eecf09
parentfa3d6eac330eb8aa1cec60e11f572cc97c5c1620
tmpfs - Fix deadlock

* Fix deadlock introduced in recent commits.  Do not recurse shared locks
  on tmpfs nodes as this can deadlock against an exclusive requester.
sys/vfs/tmpfs/tmpfs_subr.c