From: Miao Xie Date: Tue, 18 Sep 2012 05:52:38 +0000 (-0600) Subject: Btrfs: fix the missing error information in create_pending_snapshot() X-Git-Tag: v3.7-rc1~71^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8732d44f806a9da9a7ca4d1704b8a1ed81639bc4;p=pandora-kernel.git Btrfs: fix the missing error information in create_pending_snapshot() The macro btrfs_abort_transaction() can get the line number of the code where the problem happens, so we should invoke it in the place that the error occurs, or we will lose the line number. Reported-by: David Sterba Signed-off-by: Miao Xie --- Reading git-diff-tree failed