From 7ecc172ade1b8c42086b53084c509d217c82229a 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/5028 Reviewed-by: Amar Tumballi Tested-by: Gluster Build System --- xlators/performance/md-cache/src/md-cache.c | 1 + 1 file changed, 1 insertion(+) (limited to 'xlators') diff --git a/xlators/performance/md-cache/src/md-cache.c b/xlators/performance/md-cache/src/md-cache.c index 0c5ca87d28c..ed811514701 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