From: Filipe Manana Date: Tue, 24 Jun 2014 16:48:28 +0000 (+0100) Subject: Btrfs: assert send doesn't attempt to start transactions X-Git-Tag: omap-for-v3.16/fixes-rc4~19^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=46c4e71e9b02a649c722f06569f5b6575da02dba;p=pandora-kernel.git Btrfs: assert send doesn't attempt to start transactions When starting a transaction just assert that current->journal_info doesn't contain a send transaction stub, since send isn't supposed to start transactions and when it finishes (either successfully or not) it's supposed to set current->journal_info to NULL. This is motivated by the change titled: Btrfs: fix crash when starting transaction Signed-off-by: Filipe David Borba Manana Signed-off-by: Chris Mason --- Reading git-diff-tree failed