commit | 361d94a338a3fd0cee6a4ea32bbc427ba228e628 | [log] [tgz] |
---|---|---|
author | Jan Kara <jack@suse.cz> | Tue Nov 13 18:25:38 2012 +0100 |
committer | Jan Kara <jack@suse.cz> | Mon Nov 19 21:34:33 2012 +0100 |
tree | b6d47973fada0c3cdd633b292772e19679a4f2f2 | |
parent | b9e06ef2e8706fe669b51f4364e3aeed58639eb2 [diff] |
reiserfs: Protect reiserfs_quota_write() with write lock Calls into reiserfs journalling code and reiserfs_get_block() need to be protected with write lock. We remove write lock around calls to high level quota code in the next patch so these paths would suddently become unprotected. CC: stable@vger.kernel.org # >= 3.0 Signed-off-by: Jan Kara <jack@suse.cz>