diff options
author | Krishnan Parthasarathi <kparthas@redhat.com> | 2013-05-13 17:50:56 +0530 |
---|---|---|
committer | Anand Avati <avati@redhat.com> | 2013-05-20 23:30:50 -0700 |
commit | 2eed9c78569311e4fa75735d67e8838cc79109a7 (patch) | |
tree | 3a0d51e6a6b1b70671d5fd0f520d09f7a819d9b6 /xlators | |
parent | 277fabf577f95b20c61d65b28f8269e6abca6fee (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')
-rw-r--r-- | xlators/performance/md-cache/src/md-cache.c | 1 |
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} }, }; |