From: Jan Schmidt Date: Thu, 1 Dec 2011 13:35:19 +0000 (+0100) Subject: Btrfs: make sure we're not using obsolete code in btrfs_get_extent X-Git-Tag: v3.3-rc1~26^2~10^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6bf7e080d5bcb0d399ee38ce3dabbfad64448192;p=pandora-kernel.git Btrfs: make sure we're not using obsolete code in btrfs_get_extent There's code in btrfs_get_extent that should never be used. This patch turns a WARN_ON(1) into a BUG(), hoping we can remove the transaction code from btrfs_get_extent soon. Signed-off-by: Jan Schmidt --- Reading git-diff-tree failed