[PATCH] Btrfs: make tree_mod_alloc return the struct its allocating

2013-07-01 Thread Josef Bacik
Lets try and be consistent with every other alloc() type function. Signed-off-by: Josef Bacik jba...@fusionio.com --- fs/btrfs/ctree.c | 26 +++--- 1 files changed, 15 insertions(+), 11 deletions(-) diff --git a/fs/btrfs/ctree.c b/fs/btrfs/ctree.c index 7921e1d..32e30ad

Re: [PATCH] Btrfs: make tree_mod_alloc return the struct its allocating

2013-07-01 Thread Josef Bacik
On Mon, Jul 01, 2013 at 09:30:43AM -0400, Josef Bacik wrote: Lets try and be consistent with every other alloc() type function. Signed-off-by: Josef Bacik jba...@fusionio.com Ignore this, I didn't compile it and I should have, and I'm just going to delete this function anyway. Thanks, Josef