From: Jan Kara Date: Tue, 13 Nov 2012 17:25:38 +0000 (+0100) Subject: reiserfs: Protect reiserfs_quota_write() with write lock X-Git-Tag: v3.2.35~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9711ee6c9eff253a85ea67e425d74d6ff5790aad;p=pandora-kernel.git reiserfs: Protect reiserfs_quota_write() with write lock commit 361d94a338a3fd0cee6a4ea32bbc427ba228e628 upstream. 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. Signed-off-by: Jan Kara Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed