commit | c06bcbfa1ed8daaeb2a262f372b411207891e229 | [log] [tgz] |
---|---|---|
author | Jan Kara <jack@suse.cz> | Thu May 13 22:14:53 2010 +0200 |
committer | Jan Kara <jack@suse.cz> | Fri May 21 19:30:48 2010 +0200 |
tree | db734e409643108ea4b5df28bf18bcfac654eaca | |
parent | 52a9ee281cfb26fffce1d6c409fb4b1f4aa8a766 [diff] |
ocfs2: Fix lock inversion in quotas during umount We cannot cancel delayed work from ocfs2_local_free_info because that is called with dqonoff_mutex held and the work it cancels requires dqonoff_mutex to finish. Cancel the work before acquiring dqonoff_mutex. Acked-by: Joel Becker <Joel.Becker@oracle.com> Signed-off-by: Jan Kara <jack@suse.cz>