summaryrefslogtreecommitdiffstats
path: root/xlators/performance/md-cache
diff options
context:
space:
mode:
authorKrishnan Parthasarathi <kparthas@redhat.com>2013-05-13 17:50:56 +0530
committerAnand Avati <avati@redhat.com>2013-05-20 23:30:50 -0700
commit2eed9c78569311e4fa75735d67e8838cc79109a7 (patch)
tree3a0d51e6a6b1b70671d5fd0f520d09f7a819d9b6 /xlators/performance/md-cache
parent277fabf577f95b20c61d65b28f8269e6abca6fee (diff)
md-cache: Make options structure NULL terminated.
Change-Id: I8aa4f90ba7e1eecf3f978be04f8550049275464f BUG: 765785 Signed-off-by: Krishnan Parthasarathi <kparthas@redhat.com> Reviewed-on: http://review.gluster.org/4994 Reviewed-by: Anand Avati <avati@redhat.com> Tested-by: Anand Avati <avati@redhat.com>
Diffstat (limited to 'xlators/performance/md-cache')
-rw-r--r--xlators/performance/md-cache/src/md-cache.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/xlators/performance/md-cache/src/md-cache.c b/xlators/performance/md-cache/src/md-cache.c
index ffb93311832..ac0af805abb 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} },
};