summaryrefslogtreecommitdiffstats
path: root/xlators/performance
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
commit5219af500d6c4c39b95b09329de9426f97156d65 (patch)
tree7750d67b825ba07c8fa9209f7b8cee4f5474b4d9 /xlators/performance
parent358c918c92d70d2eddae54447a7afe9907afbab5 (diff)
removed unused option 'page-size' in io-cache
Signed-off-by: Anand V. Avati <avati@dev.gluster.com>
Diffstat (limited to 'xlators/performance')
-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,