commit | 7663c1e2792a9662b23dec6e19bfcd3d55360b8f | [log] [tgz] |
---|---|---|
author | Jens Axboe <jens.axboe@oracle.com> | Tue Apr 29 21:31:27 2008 +0200 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Tue Apr 29 12:36:54 2008 -0700 |
tree | ff5f91fa9ac3603f242b8ae985d9cca611e3d56b | |
parent | 6203554207728f43cfb9fd48585cd6500da73d42 [diff] |
Improve queue_is_locked() spin_is_locked() doesn't work on UP without spinlock debugging. Make it safer and just return 1 on UP, so we don't get false positives. The plan is to kill this debug function during the -rc cycle. Signed-off-by: Jens Axboe <jens.axboe@oracle.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>