kernel - Fix missing token release in msync() error path
authorMatthew Dillon <dillon@apollo.backplane.com>
Mon, 31 Oct 2011 18:16:59 +0000 (11:16 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Mon, 31 Oct 2011 18:16:59 +0000 (11:16 -0700)
commit6730ca37321fee1faea98884c1708ceb5fc68256
treea00e452f8c45ab77431ffdd90766b1733cb647c7
parent124abffe0fd972bdead560a0fd028d62541877b3
kernel - Fix missing token release in msync() error path

* Fix a missing token release in the msync() error path that would lead
  to a panic in the syscall return code.

Reported-by: swildner
sys/vm/vm_map.c