diff options
| author | Vijay Bellur <vbellur@redhat.com> | 2012-12-12 13:42:15 +0530 | 
|---|---|---|
| committer | Vijay Bellur <vbellur@redhat.com> | 2012-12-12 03:24:00 -0500 | 
| commit | ae4970422efcbb168072c4db0ee82bbf2d2824f7 (patch) | |
| tree | d2cf11891f3a05bfd9d62fa4c16267e2d396ce53 /glusterfsd | |
| parent | 19a391344daecde4ee6446897c248be5b828b67b (diff) | |
Rebase commit #2
Change-Id: Ie983d0b9862cc1401187532ed896e57bd3488e2b
BUG: 871323
Reviewed-on: https://code.engineering.redhat.com/gerrit/1893
Reviewed-by: Vijay Bellur <vbellur@redhat.com>
Tested-by: Vijay Bellur <vbellur@redhat.com>
Diffstat (limited to 'glusterfsd')
| -rw-r--r-- | glusterfsd/src/glusterfsd.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/glusterfsd/src/glusterfsd.c b/glusterfsd/src/glusterfsd.c index 58fa38d0b3b..44678bb1315 100644 --- a/glusterfsd/src/glusterfsd.c +++ b/glusterfsd/src/glusterfsd.c @@ -339,7 +339,7 @@ set_fuse_mount_options (glusterfs_ctx_t *ctx, dict_t *options)          }          if (cmd_args->enable_ino32) { -                ret = dict_set_static_ptr (master->options, "enable-ino32", +                ret = dict_set_static_ptr (options, "enable-ino32",                                             "on");                  if (ret < 0) {                          gf_log ("glusterfsd", GF_LOG_ERROR,  | 
