commit | 8732d44f806a9da9a7ca4d1704b8a1ed81639bc4 | [log] [tgz] |
---|---|---|
author | Miao Xie <miaox@cn.fujitsu.com> | Mon Sep 17 23:52:38 2012 -0600 |
committer | Chris Mason <chris.mason@fusionio.com> | Mon Oct 08 20:07:33 2012 -0400 |
tree | 52fec2808b8f6e7fdf7e99a907bf5e233e26cfd3 | |
parent | aa42ffd918c420d5625b25b7a0bc2bbde4c9f890 [diff] |
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 <dave@jikos.cz> Signed-off-by: Miao Xie <miaox@cn.fujitsu.com>