mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +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;
|
||||
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)
|
||||
|
Loading…
Reference in New Issue
Block a user