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:29:41 -0700 |
commit | 7ecc172ade1b8c42086b53084c509d217c82229a (patch) | |
tree | c785318af3fb58ecce45d8d5679ca71c062f9d8c /xlators/performance | |
parent | 63b2b09f8f40ba265d3487082d5b0aaef7a491a2 (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/5028
Reviewed-by: Amar Tumballi <amarts@redhat.com>
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Diffstat (limited to 'xlators/performance')
-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 0c5ca87d2..ed8115147 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} }, }; |