]> git.baikalelectronics.ru Git - kernel.git/commit
btrfs: fix error handling in create_pending_snapshot
authorEric Sandeen <sandeen@redhat.com>
Thu, 12 Jun 2014 05:53:44 +0000 (00:53 -0500)
committerChris Mason <clm@fb.com>
Fri, 13 Jun 2014 16:52:30 +0000 (09:52 -0700)
commitee9d7492c25d0b1c63dc9b93abd202590b6c98c3
treea0fdc3fdfd02c3804777a7322275529919f3564e
parent7adad130cac479cc05d0691e47707f219c575508
btrfs: fix error handling in create_pending_snapshot

dd07ade8 cut and pasted some code to a later point
in create_pending_snapshot(), but didn't switch
to the appropriate error handling for this stage
of the function.

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: Chris Mason <clm@fb.com>
fs/btrfs/transaction.c