Re: [PATCH 15/31] btrfs: call functions that overwrite their root parameter with fs_info

2016-09-06 Thread David Sterba
Hi, On Fri, Jun 24, 2016 at 06:15:08PM -0400, je...@suse.com wrote: > From: Jeff Mahoney > > There are 11 functions that accept a root parameter and immediately > overwrite it. We can pass those an fs_info pointer instead. > > Signed-off-by: Jeff Mahoney

[PATCH 15/31] btrfs: call functions that overwrite their root parameter with fs_info

2016-06-24 Thread jeffm
From: Jeff Mahoney There are 11 functions that accept a root parameter and immediately overwrite it. We can pass those an fs_info pointer instead. Signed-off-by: Jeff Mahoney --- fs/btrfs/ctree.h| 4 ++-- fs/btrfs/disk-io.c | 4 ++--