Re: [PATCH RFC v3 for-6.8/block 09/17] btrfs: use bdev apis

2024-04-10 Thread David Sterba
On Thu, Jan 04, 2024 at 12:49:58PM +0100, Jan Kara wrote: > On Sat 23-12-23 17:31:55, Matthew Wilcox wrote: > > On Thu, Dec 21, 2023 at 04:57:04PM +0800, Yu Kuai wrote: > > > @@ -3674,16 +3670,17 @@ struct btrfs_super_block > > > *btrfs_read_dev_one_super(struct block_device *bdev, > > >

Re: [PATCH RFC v3 for-6.8/block 09/17] btrfs: use bdev apis

2024-01-04 Thread Jan Kara
On Sat 23-12-23 17:31:55, Matthew Wilcox wrote: > On Thu, Dec 21, 2023 at 04:57:04PM +0800, Yu Kuai wrote: > > @@ -3674,16 +3670,17 @@ struct btrfs_super_block > > *btrfs_read_dev_one_super(struct block_device *bdev, > > * Drop the page of the primary superblock, so later read will >

Re: [PATCH RFC v3 for-6.8/block 09/17] btrfs: use bdev apis

2023-12-23 Thread Kent Overstreet
On Sat, Dec 23, 2023 at 05:31:55PM +, Matthew Wilcox wrote: > On Thu, Dec 21, 2023 at 04:57:04PM +0800, Yu Kuai wrote: > > @@ -3674,16 +3670,17 @@ struct btrfs_super_block > > *btrfs_read_dev_one_super(struct block_device *bdev, > > * Drop the page of the primary superblock, so la

Re: [PATCH RFC v3 for-6.8/block 09/17] btrfs: use bdev apis

2023-12-23 Thread Matthew Wilcox
On Thu, Dec 21, 2023 at 04:57:04PM +0800, Yu Kuai wrote: > @@ -3674,16 +3670,17 @@ struct btrfs_super_block > *btrfs_read_dev_one_super(struct block_device *bdev, >* Drop the page of the primary superblock, so later read will >* always read from the device. >