]> git.baikalelectronics.ru Git - kernel.git/commit
Btrfs: use a bit to track if we're in the radix tree
authorJosef Bacik <jbacik@fb.com>
Fri, 13 Dec 2013 15:41:51 +0000 (10:41 -0500)
committerChris Mason <clm@fb.com>
Tue, 28 Jan 2014 21:19:54 +0000 (13:19 -0800)
commitead6178aed771c4cbc04b9008aa7cc12a34aece2
treec6fbf417b2b8441279eac4f7fbba731c51f205c5
parent307419e2f55545793f5c3b728fef1989ca3f515e
Btrfs: use a bit to track if we're in the radix tree

For creating a dummy in-memory btree I need to be able to use the radix tree to
keep track of the buffers like normal extent buffers.  With dummy buffers we
skip the radix tree step, and we still want to do that for the tree mod log
dummy buffers but for my test buffers we need to be able to remove them from the
radix tree like normal.  This will give me a way to do that.  Thanks,

Signed-off-by: Josef Bacik <jbacik@fb.com>
Signed-off-by: Chris Mason <clm@fb.com>
fs/btrfs/extent_io.c
fs/btrfs/extent_io.h