Resolves-coverity-id: 1260248
Signed-off-by: David Sterba <dste...@suse.cz>
---
 cmds-check.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/cmds-check.c b/cmds-check.c
index 71e4f4f3a13b..d2d218a88589 100644
--- a/cmds-check.c
+++ b/cmds-check.c
@@ -2160,9 +2160,10 @@ static int find_normal_file_extent(struct btrfs_root 
*root, u64 ino)
                fi = btrfs_item_ptr(path->nodes[0], path->slots[0],
                                    struct btrfs_file_extent_item);
                type = btrfs_file_extent_type(path->nodes[0], fi);
-               if (type != BTRFS_FILE_EXTENT_INLINE)
+               if (type != BTRFS_FILE_EXTENT_INLINE) {
                        ret = 1;
                        goto out;
+               }
        }
 out:
        btrfs_free_path(path);
-- 
2.1.3

--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to