summaryrefslogtreecommitdiffstats
path: root/xlators/performance/io-cache/src/io-cache.c
diff options
context:
space:
mode:
authorAmar Tumballi <amar@gluster.com>2009-05-29 16:08:04 +0000
committerAnand V. Avati <avati@dev.gluster.com>2009-06-09 09:33:55 -0700
commitcc2c0b53566584279f624d49bd1cb70936bbf5ea (patch)
tree2e301407d7546c01d495a49babe396f3e9f881c9 /xlators/performance/io-cache/src/io-cache.c
parent5b90d71324802e88c72947b807884036cfd32b78 (diff)
removed unused option 'page-size' in io-cache
Signed-off-by: Anand V. Avati <avati@dev.gluster.com>
Diffstat (limited to 'xlators/performance/io-cache/src/io-cache.c')
-rw-r--r--xlators/performance/io-cache/src/io-cache.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/xlators/performance/io-cache/src/io-cache.c b/xlators/performance/io-cache/src/io-cache.c
index fc7ceca57..bab479b1e 100644
--- a/xlators/performance/io-cache/src/io-cache.c
+++ b/xlators/performance/io-cache/src/io-cache.c
@@ -1363,11 +1363,6 @@ struct volume_options options[] = {
.min = 0,
.max = 60
},
- { .key = {"page-size"},
- .type = GF_OPTION_TYPE_SIZET,
- .min = 16 * GF_UNIT_KB,
- .max = 4 * GF_UNIT_MB
- },
{ .key = {"cache-size"},
.type = GF_OPTION_TYPE_SIZET,
.min = 4 * GF_UNIT_MB,