On Mon, Oct 28, 2013 at 09:15:14AM -0400, Josef Bacik wrote:
> 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
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
---
fs/btrfs/ordered-data.c | 2 ++
1 file changed, 2 insertions(+)
dif