hammer - Fix a vsetisdirty() race
authorMatthew Dillon <dillon@apollo.backplane.com>
Mon, 9 Mar 2015 22:54:11 +0000 (15:54 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Mon, 9 Mar 2015 22:54:11 +0000 (15:54 -0700)
commit43a7f9ab8995e4a9e00d6c76d6f61b7d5f707d00
tree73f44b3f3d3604d91059775e24f5762e04037daf
parent7f72bdffcf337152ba9fdbb784f05ab0e876da63
hammer - Fix a vsetisdirty() race

* Fix a vsetisdirty() race which can result in a panic by holding a lock
  around the operation.

Reported-by: tuxillo
sys/vfs/hammer/hammer_inode.c