Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 7611
b: refs/heads/master
c: 53937c5
h: refs/heads/master
i:
  7609: 6d1682c
  7607: 174ba9c
v: v3
  • Loading branch information
Nathan Scott committed Sep 4, 2005
1 parent 7104630 commit b30eb69
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 526c420c44b45b11e25a98f37702cc3044ba9bdc
refs/heads/master: 53937c52c3f1dff6100174f50a85c068f16713ae
3 changes: 3 additions & 0 deletions trunk/fs/xfs/linux-2.6/spin.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@
typedef spinlock_t lock_t;

#define SPLDECL(s) unsigned long s
#ifndef DEFINE_SPINLOCK
#define DEFINE_SPINLOCK(s) spinlock_t s = SPIN_LOCK_UNLOCKED
#endif

#define spinlock_init(lock, name) spin_lock_init(lock)
#define spinlock_destroy(lock)
Expand Down

0 comments on commit b30eb69

Please sign in to comment.