diff options
Diffstat (limited to 'api/src')
-rw-r--r-- | api/src/glfs-master.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api/src/glfs-master.c b/api/src/glfs-master.c index 100dcc16cc..331a60be95 100644 --- a/api/src/glfs-master.c +++ b/api/src/glfs-master.c @@ -39,7 +39,7 @@ graph_setup(struct glfs *fs, glusterfs_graph_t *graph) } if (!new_subvol->itable) { - itable = inode_table_new(131072, new_subvol); + itable = inode_table_new(131072, new_subvol, 0, 0); if (!itable) { errno = ENOMEM; ret = -1; |