Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph...
[firefly-linux-kernel-4.4.55.git] / fs / dlm / ast.c
index 63dc19c54d5a0dc567210d86b6b3a676934aa191..27a6ba9aaeec7e410c1002b72cd81c344c3d76ef 100644 (file)
@@ -15,8 +15,8 @@
 #include "lock.h"
 #include "user.h"
 
-static uint64_t                        dlm_cb_seq;
-static spinlock_t              dlm_cb_seq_spin;
+static uint64_t dlm_cb_seq;
+static DEFINE_SPINLOCK(dlm_cb_seq_spin);
 
 static void dlm_dump_lkb_callbacks(struct dlm_lkb *lkb)
 {