Re: [PATCH] Btrfs: cleanup submit_one_bio

2017-04-04 Thread Liu Bo
On Mon, Apr 03, 2017 at 01:45:47PM -0700, Liu Bo wrote: > @bio_offset is passed into submit_bio_hook and is used at > btrfs_wq_submit_bio(), but only dio code makes use of @bio_offset, so > remove other dead code. > Please ignore this one. Thanks, -liubo > Cc: David Sterba >

Re: [PATCH] Btrfs: cleanup submit_one_bio

2017-04-04 Thread kbuild test robot
Hi Liu, [auto build test ERROR on next-20170330] [also build test ERROR on v4.11-rc5] [cannot apply to btrfs/next v4.9-rc8 v4.9-rc7 v4.9-rc6] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

[PATCH] Btrfs: cleanup submit_one_bio

2017-04-03 Thread Liu Bo
@bio_offset is passed into submit_bio_hook and is used at btrfs_wq_submit_bio(), but only dio code makes use of @bio_offset, so remove other dead code. Cc: David Sterba Signed-off-by: Liu Bo --- fs/btrfs/extent_io.c | 7 +-- 1 file changed, 1