nbd-server: use one error domain for all NBD server errors
authorTuomas Räsänen <tuomasjjrasanen@opinsys.fi>
Sat, 12 Jan 2013 21:25:27 +0000 (23:25 +0200)
committerWouter Verhelst <w@uter.be>
Sat, 19 Jan 2013 10:11:41 +0000 (11:11 +0100)
commit7e2a7d769c0c9d6a0f0280ad0a62c0e5f8a38f39
tree1fecf65c9106c5f05f0c1815e997897fbd7f3373
parent428146730858495b37ea7bb98ba92b31903df11b
nbd-server: use one error domain for all NBD server errors

The purpose of the commit is to move all error identifiers to one
namespace common for all errors originating from NBD server. Using
multiple internal error domains would add only bureaucracy without any
real gain. Error domains should be used to separate errors between
modules, not within modules. For example, NBD client would define its
own error domain and codes.

Signed-off-by: Tuomas Räsänen <tuomasjjrasanen@tjjr.fi>
nbd-server.c