From 5219af500d6c4c39b95b09329de9426f97156d65 Mon Sep 17 00:00:00 2001 From: Amar Tumballi Date: Fri, 29 May 2009 16:08:04 +0000 Subject: removed unused option 'page-size' in io-cache Signed-off-by: Anand V. Avati --- xlators/performance/io-cache/src/io-cache.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'xlators/performance/io-cache/src/io-cache.c') 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, -- cgit