diff options
| author | Amar Tumballi <amar@gluster.com> | 2009-05-29 16:08:04 +0000 | 
|---|---|---|
| committer | Anand V. Avati <avati@dev.gluster.com> | 2009-06-09 09:33:55 -0700 | 
| commit | cc2c0b53566584279f624d49bd1cb70936bbf5ea (patch) | |
| tree | 2e301407d7546c01d495a49babe396f3e9f881c9 | |
| parent | 5b90d71324802e88c72947b807884036cfd32b78 (diff) | |
removed unused option 'page-size' in io-cache
Signed-off-by: Anand V. Avati <avati@dev.gluster.com>
| -rw-r--r-- | xlators/performance/io-cache/src/io-cache.c | 5 | 
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 fc7ceca57af..bab479b1ec8 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,   | 
