diff options
-rw-r--r-- | xlators/features/sdfs/src/sdfs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xlators/features/sdfs/src/sdfs.c b/xlators/features/sdfs/src/sdfs.c index 8f46da3f740..5ddbe78250f 100644 --- a/xlators/features/sdfs/src/sdfs.c +++ b/xlators/features/sdfs/src/sdfs.c @@ -1520,4 +1520,5 @@ struct volume_options options[] = { .tags = {"sdfs"}, .description = "Enable/Disable dentry serialize functionality" }, + { .key = {NULL} }, }; |