]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC r257154:
authortrociny <trociny@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 31 Oct 2013 20:31:16 +0000 (20:31 +0000)
committertrociny <trociny@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 31 Oct 2013 20:31:16 +0000 (20:31 +0000)
commit48cb9b3c7bb954e17f550c11f26e13184f11e0b6
tree10abb8d8eeac208dd5c937eb3c3d8237de7c018b
parent34d87a971feb473986879b3a8503a1b96f78f757
MFC r257154:

Merging local and remote bitmaps must be protected by hr_amp lock.

This is believed to fix hastd crashes, which might occur during
synchronization, triggered by the failed assertion:

 Assertion failed: (amp->am_memtab[ext] > 0),
 function activemap_write_complete, file activemap.c, line 351.

git-svn-id: svn://svn.freebsd.org/base/stable/9@257470 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sbin/hastd/primary.c