commit | 93858769172c4e3678917810e9d5de360eb991cc | [log] [tgz] |
---|---|---|
author | Josef Bacik <jbacik@fusionio.com> | Mon Oct 28 09:13:25 2013 -0400 |
committer | Chris Mason <chris.mason@fusionio.com> | Mon Nov 11 22:08:10 2013 -0500 |
tree | f1674e2bd0b7837cc1738dd1a6261adc30c1111a | |
parent | d788a34929a90f70b945c100cfe9efd4d49fb446 [diff] |
Btrfs: take ordered root lock when removing ordered operations inode A user reported a list corruption warning from btrfs_remove_ordered_extent, it is because we aren't taking the ordered_root_lock when we remove the inode from the ordered operations list. Thanks, Signed-off-by: Josef Bacik <jbacik@fusionio.com> Signed-off-by: Chris Mason <chris.mason@fusionio.com>