commit | 6cae3717cddaf8e5e96e304733dca66e40d56f89 | [log] [tgz] |
---|---|---|
author | Sage Weil <sage@inktank.com> | Mon Sep 24 21:02:47 2012 -0700 |
committer | Alex Elder <elder@inktank.com> | Mon Oct 01 17:20:00 2012 -0500 |
tree | e8b6d6f977557ba7e7c5dd24df702fa27a509c41 | |
parent | 6816282dab3a72efe8c0d182c1bc2960d87f4322 [diff] |
rbd: BUG on invalid layout This shouldn't actually be possible because the layout struct is constructed from the RBD header and validated then. [elder@inktank.com: converted BUG() call to equivalent rbd_assert()] Signed-off-by: Sage Weil <sage@inktank.com> Reviewed-by: Alex Elder <elder@inktank.com>