diff options
Diffstat (limited to 'libglusterfs/src/xlator.c')
| -rw-r--r-- | libglusterfs/src/xlator.c | 4 | 
1 files changed, 3 insertions, 1 deletions
diff --git a/libglusterfs/src/xlator.c b/libglusterfs/src/xlator.c index 19f6a7f385b..235f2aaa6a0 100644 --- a/libglusterfs/src/xlator.c +++ b/libglusterfs/src/xlator.c @@ -95,7 +95,9 @@ fill_defaults (xlator_t *xl)  	SET_DEFAULT_FOP (checksum);  	SET_DEFAULT_FOP (xattrop);  	SET_DEFAULT_FOP (fxattrop); - +	SET_DEFAULT_FOP (lock_notify); +	SET_DEFAULT_FOP (lock_fnotify); +	  	SET_DEFAULT_MOP (stats);  	SET_DEFAULT_CBK (release);  | 
