commit | f654683dae0d6c4e02eb7126b14f19fd945c3569 | [log] [tgz] |
---|---|---|
author | Andreas Gruenbacher <[email protected]> | Mon Sep 10 17:31:47 2018 +0100 |
committer | Bob Peterson <[email protected]> | Fri Oct 12 07:18:25 2018 -0500 |
tree | e83f79c4db82d60f9b708e629a259fbdb937c9bf | |
parent | 6ddc5c3ddf256a7a0906732681a337f0452ac67a [diff] |
gfs2: Always check the result of gfs2_rbm_from_block When gfs2_rbm_from_block fails, the rbm it returns is undefined, so we always want to make sure gfs2_rbm_from_block has succeeded before looking at the rbm. Signed-off-by: Andreas Gruenbacher <[email protected]> Signed-off-by: Bob Peterson <[email protected]> Reviewed-by: Steven Whitehouse <[email protected]>