From: Jan Kara Date: Tue, 13 Nov 2012 16:05:14 +0000 (+0100) Subject: reiserfs: Move quota calls out of write lock X-Git-Tag: v3.7-rc7~30^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7af11686933726e99af22901d622f9e161404e6b;p=pandora-kernel.git reiserfs: Move quota calls out of write lock Calls into highlevel quota code cannot happen under the write lock. These calls take dqio_mutex which ranks above write lock. So drop write lock before calling back into quota code. CC: stable@vger.kernel.org # >= 3.0 Signed-off-by: Jan Kara --- Reading git-diff-tree failed