btrfs-progs: kerncompat: call abort at the end of assert_trace
authorDavid Sterba <dsterba@suse.com>
Tue, 4 Oct 2016 17:02:37 +0000 (19:02 +0200)
committerDavid Sterba <dsterba@suse.com>
Wed, 5 Oct 2016 10:39:01 +0000 (12:39 +0200)
commitdabfc65124016e21b7740d3751c4012038f57ead
treebd13197f8f244536177ea8cd43edcafc78be8f36
parent26619538da1734250f42cf8eff13fe2c3a291dd7
btrfs-progs: kerncompat: call abort at the end of assert_trace

The assert* helpers should not exit normally, mimick the behaviour of
the std library assert.

Signed-off-by: David Sterba <dsterba@suse.com>
kerncompat.h