HAMMER VFS - Fix insufficient cursor change test
authorMatthew Dillon <dillon@apollo.backplane.com>
Thu, 1 Apr 2010 16:15:17 +0000 (09:15 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Thu, 1 Apr 2010 16:15:17 +0000 (09:15 -0700)
commitebbcfba95cd661e5188c09f8c0d17417a9da8e40
treedee015b9ef2233d451d60851440ca81daa97a594
parentd48458589f0c910aa4909428ec49ccef5b3f35e0
HAMMER VFS - Fix insufficient cursor change test

* The reblocking code tests whether a cursor has changed after being
  unlocked.  This test was insufficient and resulted in an assertion
  panic.  Beef up the test.

Reported-by: Jan Lentfer <Jan.Lentfer@web.de>
sys/vfs/hammer/hammer_reblock.c