Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 289260
b: refs/heads/master
c: bc01caf
h: refs/heads/master
v: v3
  • Loading branch information
Andi Kleen authored and Greg Kroah-Hartman committed Mar 16, 2012
1 parent 2f828bd commit 40cb378
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: 40ec6c542121ef85f5ba2e7d75968806009dcaf7
refs/heads/master: bc01caf53da4de53361376734707336de8fff839
2 changes: 1 addition & 1 deletion trunk/drivers/staging/zcache/tmem.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
#define ASSERT_INVERTED_SENTINEL(_x, _y) do { } while (0)
#endif

#define ASSERT_SPINLOCK(_l) WARN_ON(!spin_is_locked(_l))
#define ASSERT_SPINLOCK(_l) lockdep_assert_held(_l)

/*
* A pool is the highest-level data structure managed by tmem and
Expand Down

0 comments on commit 40cb378

Please sign in to comment.