aboutsummaryrefslogtreecommitdiffstats
path: root/fs/quota/quota_tree.c
diff options
context:
space:
mode:
authorJan Kara <jack@suse.cz>2010-05-13 20:18:45 +0200
committerJan Kara <jack@suse.cz>2010-05-21 19:30:48 +0200
commit52a9ee281cfb26fffce1d6c409fb4b1f4aa8a766 (patch)
treeb30f8ac1bab7f793f7c3c999e9df59818578e6d9 /fs/quota/quota_tree.c
parentocfs2: Fix NULL pointer deref when writing local dquot (diff)
downloadlinux-dev-52a9ee281cfb26fffce1d6c409fb4b1f4aa8a766.tar.xz
linux-dev-52a9ee281cfb26fffce1d6c409fb4b1f4aa8a766.zip
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/quota/quota_tree.c')
0 files changed, 0 insertions, 0 deletions