]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
libbe(3): More error handling bits
authorkevans <kevans@FreeBSD.org>
Fri, 10 Aug 2018 21:23:56 +0000 (21:23 +0000)
committerkevans <kevans@FreeBSD.org>
Fri, 10 Aug 2018 21:23:56 +0000 (21:23 +0000)
commitc4b7f80c48c08c57dd2d87733eef84a5f7e2e4d3
treeb864d03a38cf708e796ac8ae4e8409861a7fadd2
parente9a152be1b1b1fa39d7766f3a5fea19e455eb0ea
libbe(3): More error handling bits

be_add_child functionality gets split out into separate places as a bonus.
A lot of places here we'll gloss over libzfs errors, because they shouldn't
be happening given the conditions that we're operating under. "Unknown
error" is what I'm intending to use for the moment to indicate an
exceptional circumstance- exceptional enough that we can't tell the consumer
did because we're not so certain that they did anything.
lib/libbe/be.c
lib/libbe/be.h
lib/libbe/be_error.c