commit | dd941252a81b02b5915e2db160fe02c972875846 | [log] [tgz] |
---|---|---|
author | Nick Piggin <npiggin@suse.de> | Fri Sep 14 08:41:12 2007 +0200 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Fri Sep 14 13:56:47 2007 -0700 |
tree | 83414a197b2d831a9df3a11e31d277a1dfa4ae68 | |
parent | 19299b1a722198830e39264a0f2edadd3fde74c2 [diff] |
shared tag queue barrier comment Should add some comments for the tag barriers (they won't be so important if we can switch over to the explicit _lock bitops, but for now we should make it clear). Jens' original patch said a barrier after the test_and_clear_bit was also required. I can't see why (and it would prevent the use of the _lock bitop). Acked-by: Jens Axboe <jens.axboe@oracle.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org> --