Skip to content
Commit dee86565 authored by Jan Kara's avatar Jan Kara
Browse files

quota: Silence lockdep on quota_on

Commit d01730d7

 didn't completely fix
the problem since we still take dqio_mutex and i_mutex in the wrong
order. Move taking of i_mutex further down (luckily it's needed only
for updating inode flags) below where dqio_mutex is taken.

Tested-by: default avatarValdis Kletnieks <valdis.kletnieks@vt.edu>
Signed-off-by: default avatarJan Kara <jack@suse.cz>
parent 658874f0
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment