Whamcloud - gitweb
LU-2139 osc: Move cl_client_lru to cl_client_cache
authorPrakash Surya <surya1@llnl.gov>
Tue, 6 Nov 2012 21:24:27 +0000 (13:24 -0800)
committerOleg Drokin <green@whamcloud.com>
Wed, 21 Nov 2012 05:39:53 +0000 (00:39 -0500)
commit72e1ce04a8b8f6887ff3df620f20755be0d244d8
tree9652d91dc4b8ca39959111389391c761b46c562b
parent472fe13982952c9ccad969a996c054f9cf643847
LU-2139 osc: Move cl_client_lru to cl_client_cache

The cl_client_lru structure was renamed to cl_client_cache. This is
intended as a purely cosmetic change motivated by the future inclusion
of other, non LRU, information in that structure. For example, the plan
is to include "unstable" page information in this structure; which is
unrelated to the LRU list of clean pages, but still part of a client's
cache.

Signed-off-by: Prakash Surya <surya1@llnl.gov>
Change-Id: I286a1bbb2fb0d7dc52f007407bb823f960ae7c62
Reviewed-on: http://review.whamcloud.com/4483
Tested-by: Hudson
Tested-by: Maloo <whamcloud.maloo@gmail.com>
Reviewed-by: Jinshan Xiong <jinshan.xiong@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
lustre/include/lclient.h
lustre/include/obd.h
lustre/llite/llite_internal.h
lustre/llite/llite_lib.c
lustre/llite/lproc_llite.c
lustre/lov/lov_obd.c
lustre/osc/osc_page.c
lustre/osc/osc_request.c