On 11/17/18 11:08 AM, Shenghui Wang wrote: > commit 220bb38c21b8 ("bcache: Break up struct search") introduced changes > to struct search and s->iop. > bypass/bio are fields of struct data_insert_op now. Update the comment. > > Signed-off-by: Shenghui Wang <shhuiw@xxxxxxxxxxx> Added to my for-next directory. Thanks. Coly Li > --- > drivers/md/bcache/request.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/drivers/md/bcache/request.c b/drivers/md/bcache/request.c > index 3bf35914bb57..15070412a32e 100644 > --- a/drivers/md/bcache/request.c > +++ b/drivers/md/bcache/request.c > @@ -311,11 +311,11 @@ static void bch_data_insert_start(struct closure *cl) > * data is written it calls bch_journal, and after the keys have been added to > * the next journal write they're inserted into the btree. > * > - * It inserts the data in s->cache_bio; bi_sector is used for the key offset, > + * It inserts the data in op->bio; bi_sector is used for the key offset, > * and op->inode is used for the key inode. > * > - * If s->bypass is true, instead of inserting the data it invalidates the > - * region of the cache represented by s->cache_bio and op->inode. > + * If op->bypass is true, instead of inserting the data it invalidates the > + * region of the cache represented by op->bio and op->inode. > */ > void bch_data_insert(struct closure *cl) > { >