X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Fosc%2Fosc_page.c;h=72285bac491d57c47c89daa11389cbc9888893c2;hp=dd83ef937f93f5bb6c63fb6b1e1550f2921f0740;hb=f625f670afbe954030ff81f0f8522137d6cdd335;hpb=559e182da8ca764cefffca05c06731e543129fd6 diff --git a/lustre/osc/osc_page.c b/lustre/osc/osc_page.c index dd83ef9..72285ba 100644 --- a/lustre/osc/osc_page.c +++ b/lustre/osc/osc_page.c @@ -600,7 +600,7 @@ static void osc_lru_del(struct client_obd *cli, struct osc_page *opg) */ static void osc_lru_use(struct client_obd *cli, struct osc_page *opg) { - /* If page is being transfered for the first time, + /* If page is being transferred for the first time, * ops_lru should be empty */ if (opg->ops_in_lru && !list_empty(&opg->ops_lru)) { spin_lock(&cli->cl_lru_list_lock);