From a4b02e16a315862de378761b5f340ec346bd5e6d Mon Sep 17 00:00:00 2001 From: Amar Tumballi Date: Wed, 7 Oct 2009 16:55:34 +0000 Subject: added few missing options in translator's option array Signed-off-by: Anand V. Avati --- xlators/performance/write-behind/src/write-behind.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'xlators/performance/write-behind/src') diff --git a/xlators/performance/write-behind/src/write-behind.c b/xlators/performance/write-behind/src/write-behind.c index 8df81c4f779..a4e12399314 100644 --- a/xlators/performance/write-behind/src/write-behind.c +++ b/xlators/performance/write-behind/src/write-behind.c @@ -2098,6 +2098,9 @@ struct volume_options options[] = { }, { .key = {"enable-O_SYNC"}, .type = GF_OPTION_TYPE_BOOL, - }, + }, + { .key = {"enable-trickling-writes"}, + .type = GF_OPTION_TYPE_BOOL + }, { .key = {NULL} }, }; -- cgit