summaryrefslogtreecommitdiff
path: root/fs/dcache.c
diff options
context:
space:
mode:
authorChris Mason <chris.mason@oracle.com>2011-02-10 17:35:00 (GMT)
committerChris Mason <chris.mason@oracle.com>2011-02-14 18:03:52 (GMT)
commiteb14ab8ed24a0405fd056068b28c33a1cd846024 (patch)
tree1451cad453a3ff66bc5369dc83daf7e3a50c4897 /fs/dcache.c
parent3a90983dbdcb2f4f48c0d771d8e5b4d88f27fae6 (diff)
downloadlinux-fsl-qoriq-eb14ab8ed24a0405fd056068b28c33a1cd846024.tar.xz
Btrfs: fix page->private races
There is a race where btrfs_releasepage can drop the page->private contents just as alloc_extent_buffer is setting up pages for metadata. Because of how the Btrfs page flags work, this results in us skipping the crc on the page during IO. This patch sovles the race by waiting until after the extent buffer is inserted into the radix tree before it sets page private. Signed-off-by: Chris Mason <chris.mason@oracle.com>
Diffstat (limited to 'fs/dcache.c')
0 files changed, 0 insertions, 0 deletions