btrfs: Remove static variables
commit5b448106173c615ab38d1b244ba3bb990447f252
authorH. Peter Anvin <hpa@zytor.com>
Tue, 27 May 2014 04:34:52 +0000 (26 21:34 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Tue, 27 May 2014 04:34:52 +0000 (26 21:34 -0700)
tree2a7f8a91ee1de1ec20701e6751e498c6d86ab029
parentf19697b255863ab8d614df346b033a1aec668db6
btrfs: Remove static variables

Remove the use of static variables and replace them with per-instance
allocations that can be found from the fs_info structure.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
core/fs/btrfs/btrfs.c
core/fs/btrfs/btrfs.h