diff options
Diffstat (limited to 'libglusterfs/src/xlator.c')
| -rw-r--r-- | libglusterfs/src/xlator.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/libglusterfs/src/xlator.c b/libglusterfs/src/xlator.c index def1ad1df45..5d677ac188e 100644 --- a/libglusterfs/src/xlator.c +++ b/libglusterfs/src/xlator.c @@ -97,6 +97,7 @@ fill_defaults (xlator_t *xl)  	SET_DEFAULT_FOP (setdents);  	SET_DEFAULT_FOP (getdents);  	SET_DEFAULT_FOP (checksum); +	SET_DEFAULT_FOP (rchecksum);  	SET_DEFAULT_FOP (xattrop);  	SET_DEFAULT_FOP (fxattrop);  	SET_DEFAULT_FOP (lock_notify);  | 
