mirror of
git://sourceware.org/git/lvm2.git
synced 2025-03-10 16:58:47 +03:00
cov: check for function result
This commit is contained in:
parent
7bd55f8c15
commit
a13dfcbc77
@ -800,7 +800,7 @@ static void __invalidate(struct radix_tree *rt, int fd)
|
|||||||
|
|
||||||
k.parts.fd = fd;
|
k.parts.fd = fd;
|
||||||
radix_tree_remove_prefix(rt, k.bytes, k.bytes + sizeof(k.parts.fd));
|
radix_tree_remove_prefix(rt, k.bytes, k.bytes + sizeof(k.parts.fd));
|
||||||
radix_tree_is_well_formed(rt);
|
T_ASSERT(radix_tree_is_well_formed(rt));
|
||||||
}
|
}
|
||||||
|
|
||||||
static void test_bcache_scenario3(void *fixture)
|
static void test_bcache_scenario3(void *fixture)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user