Re: [PATCH 03/31] btrfs: btrfs_test_opt and friends should take a btrfs_fs_info

2016-06-26 Thread Qu Wenruo
At 06/27/2016 10:21 AM, Jeff Mahoney wrote: On 6/26/16 10:14 PM, Qu Wenruo wrote: At 06/25/2016 06:14 AM, je...@suse.com wrote: From: Jeff Mahoney btrfs_test_opt and friends only use the root pointer to access the fs_info. Let's pass the fs_info directly in preparation

Re: [PATCH 03/31] btrfs: btrfs_test_opt and friends should take a btrfs_fs_info

2016-06-26 Thread Jeff Mahoney
On 6/26/16 10:14 PM, Qu Wenruo wrote: > > > At 06/25/2016 06:14 AM, je...@suse.com wrote: >> From: Jeff Mahoney >> >> btrfs_test_opt and friends only use the root pointer to access >> the fs_info. Let's pass the fs_info directly in preparation to >> eliminate similar patterns

Re: [PATCH 03/31] btrfs: btrfs_test_opt and friends should take a btrfs_fs_info

2016-06-26 Thread Qu Wenruo
At 06/25/2016 06:14 AM, je...@suse.com wrote: From: Jeff Mahoney btrfs_test_opt and friends only use the root pointer to access the fs_info. Let's pass the fs_info directly in preparation to eliminate similar patterns all over btrfs. Signed-off-by: Jeff Mahoney

[PATCH 03/31] btrfs: btrfs_test_opt and friends should take a btrfs_fs_info

2016-06-24 Thread jeffm
From: Jeff Mahoney btrfs_test_opt and friends only use the root pointer to access the fs_info. Let's pass the fs_info directly in preparation to eliminate similar patterns all over btrfs. Signed-off-by: Jeff Mahoney --- fs/btrfs/ctree.h| 22