]> Git Repo - linux.git/commit
Btrfs: fix an oops when we fail to merge reloc roots
authorWang Shilong <[email protected]>
Thu, 26 Dec 2013 05:10:50 +0000 (13:10 +0800)
committerChris Mason <[email protected]>
Tue, 28 Jan 2014 21:20:13 +0000 (13:20 -0800)
commit25e293c2a2916b58cdafb8219c0e93d6277762d7
tree1b7863325fbc937cc13c6439824a7d1b80537ea0
parentdc4103f933291cb1a2e6742c4db432e6ed337bae
Btrfs: fix an oops when we fail to merge reloc roots

Previously, we will free reloc root memory and then force filesystem
to be readonly. The problem is that there may be another thread commiting
transaction which will try to access freed reloc root during merging reloc
roots process.

To keep consistency snapshots shared space, we should allow snapshot
finished if possible, so here we don't free reloc root memory.

signed-off-by: Wang Shilong <[email protected]>

Signed-off-by: Josef Bacik <[email protected]>
Signed-off-by: Chris Mason <[email protected]>
fs/btrfs/relocation.c
This page took 0.053992 seconds and 4 git commands to generate.