From 4a183613a6aa4c1cd4e6c8fc4c35945a640bda9f Mon Sep 17 00:00:00 2001 From: Oleg Drokin Date: Wed, 23 Mar 2016 20:19:46 -0400 Subject: [PATCH] LU-7912 osc: Remove stale comment in osc_page_transfer_add Ever since LU-3321 the fileds were not shared, but then ops_inflight was completely deleted too. Test-Parameters: trivial Change-Id: I7b235f10ddb26a7ddbd4de7e502d33ee81a4f2e3 Signed-off-by: Oleg Drokin Reviewed-on: https://review.whamcloud.com/19115 Reviewed-by: Andreas Dilger Tested-by: jenkins Reviewed-by: James Simmons Tested-by: Maloo --- lustre/osc/osc_page.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/lustre/osc/osc_page.c b/lustre/osc/osc_page.c index 7a7dc1d..caa9f59c 100644 --- a/lustre/osc/osc_page.c +++ b/lustre/osc/osc_page.c @@ -84,8 +84,6 @@ static void osc_page_transfer_add(const struct lu_env *env, { struct osc_object *obj = cl2osc(opg->ops_cl.cpl_obj); - /* ops_lru and ops_inflight share the same field, so take it from LRU - * first and then use it as inflight. */ osc_lru_use(osc_cli(obj), opg); } -- 1.8.3.1