From 2eed9c78569311e4fa75735d67e8838cc79109a7 Mon Sep 17 00:00:00 2001 From: Krishnan Parthasarathi Date: Mon, 13 May 2013 17:50:56 +0530 Subject: md-cache: Make options structure NULL terminated. Change-Id: I8aa4f90ba7e1eecf3f978be04f8550049275464f BUG: 765785 Signed-off-by: Krishnan Parthasarathi Reviewed-on: http://review.gluster.org/4994 Reviewed-by: Anand Avati Tested-by: Anand Avati --- xlators/performance/md-cache/src/md-cache.c | 1 + 1 file changed, 1 insertion(+) (limited to 'xlators/performance/md-cache') diff --git a/xlators/performance/md-cache/src/md-cache.c b/xlators/performance/md-cache/src/md-cache.c index ffb93311..ac0af805 100644 --- a/xlators/performance/md-cache/src/md-cache.c +++ b/xlators/performance/md-cache/src/md-cache.c @@ -1986,4 +1986,5 @@ struct volume_options options[] = { .description = "Convert all readdir requests to readdirplus to " "collect stat info on each entry.", }, + { .key = {NULL} }, }; -- cgit