Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 326214
b: refs/heads/master
c: 6ad2291
h: refs/heads/master
v: v3
  • Loading branch information
David Teigland committed Aug 8, 2012
1 parent 06fbf34 commit 7591a25
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 36b71a8bfbc92e1ba164e9aec840c0180ee933b5
refs/heads/master: 6ad2291624824c1de19dbbbbb6d4f9f601b60781
4 changes: 2 additions & 2 deletions trunk/fs/dlm/ast.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 7591a25

Please sign in to comment.