diff options
Diffstat (limited to 'libglusterfs/src/xlator.c')
| -rw-r--r-- | libglusterfs/src/xlator.c | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/libglusterfs/src/xlator.c b/libglusterfs/src/xlator.c index 677dd6ce80f..3e108312d60 100644 --- a/libglusterfs/src/xlator.c +++ b/libglusterfs/src/xlator.c @@ -106,6 +106,8 @@ fill_defaults (xlator_t *xl)          SET_DEFAULT_FOP (put);          SET_DEFAULT_FOP (getspec); +        SET_DEFAULT_FOP (icreate); +        SET_DEFAULT_FOP (namelink);          if (!xl->cbks)                  xl->cbks = &default_cbks;  | 
