diff options
Diffstat (limited to 'libglusterfs/src/defaults.h')
-rw-r--r-- | libglusterfs/src/defaults.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libglusterfs/src/defaults.h b/libglusterfs/src/defaults.h index 0747027bc35..0fb5572accc 100644 --- a/libglusterfs/src/defaults.h +++ b/libglusterfs/src/defaults.h @@ -259,7 +259,7 @@ int32_t default_zerofill(call_frame_t *frame, xlator_t *this, fd_t *fd, off_t offset, - size_t len, dict_t *xdata); + off_t len, dict_t *xdata); /* Resume */ @@ -488,7 +488,7 @@ int32_t default_zerofill_resume(call_frame_t *frame, xlator_t *this, fd_t *fd, off_t offset, - size_t len, dict_t *xdata); + off_t len, dict_t *xdata); /* _cbk */ |