From: zam Date: Fri, 29 May 2009 02:28:23 +0000 (+0000) Subject: Branch HEAD X-Git-Tag: v1_9_0_200~51 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=433edf7b352c0a742e6467e748f42eb6573c1d04;p=fs%2Flustre-release.git Branch HEAD b=19195 i=alex.zhuravlev remove unused fields from ost_thread_local_cache struct. --- diff --git a/lustre/ost/ost_internal.h b/lustre/ost/ost_internal.h index 6775362..5622a5a 100644 --- a/lustre/ost/ost_internal.h +++ b/lustre/ost/ost_internal.h @@ -56,11 +56,9 @@ struct ptlrpc_request; */ struct ost_thread_local_cache { /* - * pool of pages and nio buffers used by write-path + * pool of nio buffers used by write-path */ - struct page *page [OST_THREAD_POOL_SIZE]; struct niobuf_local local [OST_THREAD_POOL_SIZE]; - struct niobuf_remote remote[OST_THREAD_POOL_SIZE]; }; struct ost_thread_local_cache *ost_tls(struct ptlrpc_request *r);