commit | 35075bb046cc91f42a0e5336bdc07f3279061add | [log] [tgz] |
---|---|---|
author | Alexander Block <ablock84@googlemail.com> | Sat Jul 28 12:44:34 2012 +0200 |
committer | Chris Mason <chris.mason@fusionio.com> | Mon Oct 01 15:18:49 2012 -0400 |
tree | 7ed070a614d0ad0b80412e93bfefc5902706800b | |
parent | ee849c0472a9fe1dc09fe8390965d993b9c4e979 [diff] |
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>