Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c7ed011
)
Branch b_release_1_8_1
author
zam
<zam>
Tue, 19 May 2009 13:28:55 +0000
(13:28 +0000)
committer
zam
<zam>
Tue, 19 May 2009 13:28:55 +0000
(13:28 +0000)
b=19195
i=alex.zhuravlev
remove unused fields from ost_thread_cache_local_cache.
lustre/ost/ost_internal.h
patch
|
blob
|
history
diff --git
a/lustre/ost/ost_internal.h
b/lustre/ost/ost_internal.h
index
750fb34
..
8203885
100644
(file)
--- 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];
unsigned int temporary:1;
};