]> git.proxmox.com Git - mirror_spl.git/commit
Fix RWSEM_SPINLOCK_IS_RAW check failed
authorChunwei Chen <david.chen@osnexus.com>
Mon, 19 Jun 2017 18:02:20 +0000 (11:02 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 28 Jun 2017 21:44:43 +0000 (14:44 -0700)
commit7a35f2b49581894cde93c356fd9372ff3246d344
tree5343636b91fc47627206036d8365e657ae529c1f
parentac48361c0c16f36407643f931f92162145618865
Fix RWSEM_SPINLOCK_IS_RAW check failed

Initialize dummy_lock to fix the build error in gcc 7.1.1 with:
  error: ‘dummy_lock’ is used uninitialized in this function

Reviewed-by: Tony Hutter <hutter2@llnl.gov>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Chunwei Chen <david.chen@osnexus.com>
Closes #622
config/spl-build.m4