diff options
author | Jan Kara | 2010-05-13 20:18:45 +0200 |
---|---|---|
committer | Jan Kara | 2010-05-21 19:30:48 +0200 |
commit | 52a9ee281cfb26fffce1d6c409fb4b1f4aa8a766 (patch) | |
tree | b30f8ac1bab7f793f7c3c999e9df59818578e6d9 /fs/coda | |
parent | 741e128933448e589a85286e535078b24f4cf568 (diff) |
ocfs2: Use __dquot_transfer to avoid lock inversion
dquot_transfer() acquires own references to dquots via dqget(). Thus it waits
for dq_lock which creates a lock inversion because dq_lock ranks above
transaction start but transaction is already started in ocfs2_setattr(). Fix
the problem by passing own references directly to __dquot_transfer.
Acked-by: Joel Becker <Joel.Becker@oracle.com>
Signed-off-by: Jan Kara <jack@suse.cz>
Diffstat (limited to 'fs/coda')
0 files changed, 0 insertions, 0 deletions