From: Dan Carpenter Date: Tue, 10 Nov 2009 09:01:43 +0000 (+0000) Subject: Btrfs: avoid null deref in unpin_extent_cache() X-Git-Tag: v2.6.32-rc7~36^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4eb3991c5def39bcf553c14ebe2618fcb47b627f;p=pandora-kernel.git Btrfs: avoid null deref in unpin_extent_cache() I re-orderred the checks to avoid dereferencing "em" if it was null. Found by smatch static checker. Signed-off-by: Dan Carpenter Signed-off-by: Chris Mason --- Reading git-diff-tree failed