Btrfs: use kmalloc instead of stack for backref_ctx
authorAlexander Block <ablock84@googlemail.com>
Sat, 28 Jul 2012 10:44:34 +0000 (12:44 +0200)
committerChris Mason <chris.mason@fusionio.com>
Mon, 1 Oct 2012 19:18:49 +0000 (15:18 -0400)
commit35075bb046cc91f42a0e5336bdc07f3279061add
tree7ed070a614d0ad0b80412e93bfefc5902706800b
parentee849c0472a9fe1dc09fe8390965d993b9c4e979
Btrfs: use kmalloc instead of stack for backref_ctx

Make sure to never get in trouble due to the backref_ctx
which was on the stack before.

Commit is a result of Arne's review.

Signed-off-by: Alexander Block <ablock84@googlemail.com>
fs/btrfs/send.c