From 1f6e4b3f9f7c859fed7ac4c0853e976a1a752873 Mon Sep 17 00:00:00 2001 From: Qu Wenruo Date: Tue, 5 May 2015 10:53:15 +0800 Subject: [PATCH] btrfs: Fix superblock csum type check. Old csum type check is wrong and can't catch csum_type 1(not supported). Fix it to avoid hostile 0 division. Reported-by: Lukas Lueg Signed-off-by: Qu Wenruo Reviewed-by: David Sterba Signed-off-by: Chris Mason --- Reading git-format-patch failed