Commit c300156f authored by Eric Sandeen's avatar Eric Sandeen Committed by Christoph Hellwig

[XFS] Remove unused init_spinlock #define

SGI Modid: 2.5.x-xfs:slinx:139854a
parent 57c2e62d
......@@ -46,7 +46,6 @@
typedef spinlock_t lock_t;
#define spinlock_init(lock, name) spin_lock_init(lock)
#define init_spinlock(lock, name, ll) spin_lock_init(lock)
#define spinlock_destroy(lock)
static inline unsigned long mutex_spinlock(lock_t *lock)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment