Re: [PATCH 05/31] btrfs: tests, require fs_info for root

2016-07-08 Thread David Sterba
On Thu, Jul 07, 2016 at 09:32:37PM -0400, Jeff Mahoney wrote: > On 6/24/16 6:14 PM, je...@suse.com wrote: > > From: Jeff Mahoney > > > > This allows the upcoming patchset to push nodesize and sectorsize into > > fs_info. > > > > Signed-off-by: Jeff Mahoney > >

Re: [PATCH 05/31] btrfs: tests, require fs_info for root

2016-07-07 Thread Jeff Mahoney
On 6/24/16 6:14 PM, je...@suse.com wrote: > From: Jeff Mahoney > > This allows the upcoming patchset to push nodesize and sectorsize into > fs_info. > > Signed-off-by: Jeff Mahoney > --- > fs/btrfs/ctree.h | 1 + > fs/btrfs/disk-io.c

[PATCH 05/31] btrfs: tests, require fs_info for root

2016-06-24 Thread jeffm
From: Jeff Mahoney This allows the upcoming patchset to push nodesize and sectorsize into fs_info. Signed-off-by: Jeff Mahoney --- fs/btrfs/ctree.h | 1 + fs/btrfs/disk-io.c | 15 +++ fs/btrfs/disk-io.h