aboutsummaryrefslogtreecommitdiff
path: root/fs/jbd2/commit.c
diff options
context:
space:
mode:
authorGreg Thelen <[email protected]>2012-11-28 13:50:44 -0800
committerTejun Heo <[email protected]>2012-11-28 13:51:56 -0800
commit205a872bd6f9a9a09ef035ef1e90185a8245cc58 (patch)
tree9b39a5823dddf6319a021d4ab36c7cd35f612908 /fs/jbd2/commit.c
parentfddfb02ad0d0d3b479c2a26a8ae7e6411b34706b (diff)
cgroup: fix lockdep warning for event_control
The cgroup_event_wake() function is called with the wait queue head locked and it takes cgrp->event_list_lock. However, in cgroup_rmdir() remove_wait_queue() was being called after taking cgrp->event_list_lock. Correct the lock ordering by using a temporary list to obtain the event list to remove from the wait queue. Signed-off-by: Greg Thelen <[email protected]> Signed-off-by: Aaron Durbin <[email protected]> Signed-off-by: Tejun Heo <[email protected]>
Diffstat (limited to 'fs/jbd2/commit.c')
0 files changed, 0 insertions, 0 deletions