parent 361d94a338a3fd0cee6a4ea32bbc427ba228e628 author Jan Kara 1352822714 +0100 committer Jan Kara 1353357273 +0100 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