Re: [PATCH] Btrfs: take ordered root lock when removing ordered operations inode

2013-10-29 Thread David Sterba
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

[PATCH] Btrfs: take ordered root lock when removing ordered operations inode

2013-10-28 Thread 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