https://github.com/torvalds/linux
Revision 28db837693c84bc64e20d84aad00e2c0f206468a authored by Linus Torvalds on 13 March 2011, 22:50:37 UTC, committed by Linus Torvalds on 13 March 2011, 22:50:37 UTC
* 'for-linus' of git://git.kernel.dk/linux-2.6-block:
  block: fix mis-synchronisation in blkdev_issue_zeroout()
2 parent s 4f680ce + 0aeea18
Raw File
Tip revision: 28db837693c84bc64e20d84aad00e2c0f206468a authored by Linus Torvalds on 13 March 2011, 22:50:37 UTC
Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block
Tip revision: 28db837
locking-selftest-wsem.h
#undef LOCK
#define LOCK		WSL

#undef UNLOCK
#define UNLOCK		WSU

#undef RLOCK
#define RLOCK		RSL

#undef WLOCK
#define WLOCK		WSL

#undef INIT
#define INIT		RWSI
back to top