Re: [PATCH] Prevent root_list corruption

2012-04-24 Thread Josef Bacik
On Tue, Apr 24, 2012 at 01:11:40PM +0800, Daniel J Blueman wrote: > I was seeing root_list corruption on unmount during fs resize in 3.4-rc4; add > correct locking to address this. > > Signed-off-by: Daniel J Blueman > --- > fs/btrfs/relocation.c |2 ++ > 1 file changed, 2 insertions(+) > >

[PATCH] Prevent root_list corruption

2012-04-23 Thread Daniel J Blueman
I was seeing root_list corruption on unmount during fs resize in 3.4-rc4; add correct locking to address this. Signed-off-by: Daniel J Blueman --- fs/btrfs/relocation.c |2 ++ 1 file changed, 2 insertions(+) diff --git a/fs/btrfs/relocation.c b/fs/btrfs/relocation.c index 017281d..5a105a0 1