Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 43309
b: refs/heads/master
c: 0ac2306
h: refs/heads/master
i:
  43307: fa4198a
v: v3
  • Loading branch information
Randy Dunlap authored and Steven Whitehouse committed Nov 30, 2006
1 parent ddb243d commit 46ccf1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 98f176fb32f33795b6d0f83856008b932123ab38
refs/heads/master: 0ac230699a0f3f0d15ad4e4ad99446dac5b4a21f
2 changes: 1 addition & 1 deletion trunk/fs/gfs2/glock.c
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ static inline rwlock_t *gl_lock_addr(unsigned int x)
return &gl_hash_locks[x & (GL_HASH_LOCK_SZ-1)];
}
#else /* not SMP, so no spinlocks required */
static inline rwlock_t *gl_lock_addr(x)
static inline rwlock_t *gl_lock_addr(unsigned int x)
{
return NULL;
}
Expand Down

0 comments on commit 46ccf1f

Please sign in to comment.