diff options
Diffstat (limited to 'libglusterfs')
| -rw-r--r-- | libglusterfs/src/graph.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/libglusterfs/src/graph.c b/libglusterfs/src/graph.c index 679d8a2d25d..64e77e095a2 100644 --- a/libglusterfs/src/graph.c +++ b/libglusterfs/src/graph.c @@ -469,7 +469,7 @@ _xlator_check_unknown_options(xlator_t *xl, void *data)      dict_foreach(xl->options, _log_if_unknown_option, xl);  } -int +static int  glusterfs_graph_unknown_options(glusterfs_graph_t *graph)  {      xlator_foreach(graph->first, _xlator_check_unknown_options, NULL);  | 
