commit | ad9145596986b672d8c8235c92ed5307f82d045d | [log] [tgz] |
---|---|---|
author | Josef Bacik <jbacik@fusionio.com> | Mon Oct 15 13:39:33 2012 -0400 |
committer | Chris Mason <chris.mason@fusionio.com> | Sun Dec 16 20:46:25 2012 -0500 |
tree | bd9c8421b6bb1d2cc40d35d8d9b0aaf6766fc224 | |
parent | ed7b63eb8afd0bb8d978a23184d70c105b54aa26 [diff] |
Btrfs: don't memset new tokens Our token logic depends on token->kaddr being set, and if it is not it sets everything properly as needed. So instead of memsetting just set token->kaddr to NULL. Thanks, Signed-off-by: Josef Bacik <jbacik@fusionio.com> Signed-off-by: Chris Mason <chris.mason@fusionio.com>