Pull dlm updates from David Teigland:
 - Fix mistaken variable assignment that caused a refcounting problem
 - Revert a recent change that began using atomic counters where they
   were not needed (for lkb wait_count)
 - Add comments around forced state reset for waiting lock operations
   during recovery
* tag 'dlm-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm:
  dlm: add comments about forced waiters reset
  dlm: revert atomic_t lkb_wait_count
  dlm: fix user space lkb refcounting