commit | 13a83fc9096dfaf2a7f4671b5777780bbe1d4a30 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Sat Oct 03 15:32:57 2015 +0200 |
committer | Nicholas Bellinger <nab@linux-iscsi.org> | Tue Oct 13 22:17:53 2015 -0700 |
tree | 2874119928c790fb2c1706a12cbc9ff305aa9644 | |
parent | ea9ed9cff47e7932925982c8fdaf2d4d1708884f [diff] |
ocfs2/cluster: move locking into attribute store methods The test and separate set bit scheme was racy to start with, so move to do a test_and_set_bit after doing the earlier error checks inside the actual store methods. Also remove the locking for the local attribute which already has a different scheme to synchronize. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>