These two fixes are for error handling after we abort a transaction.

One is a memory leak fix, and the other one is a NULL pointer fix.

Liu Bo (2):
  Btrfs: fix memory leak of log roots
  Btrfs: fix NULL pointer after aborting a transaction

 fs/btrfs/disk-io.c     |    5 +++++
 fs/btrfs/transaction.c |    8 +++++++-
 fs/btrfs/tree-log.c    |    6 ++++--
 3 files changed, 16 insertions(+), 3 deletions(-)

-- 
1.7.7

--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to