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 904d05dab6c..daab88919a1 100644 --- a/libglusterfs/src/defaults.h +++ b/libglusterfs/src/defaults.h @@ -284,13 +284,13 @@ int32_t default_releasedir (xlator_t *this,  int32_t default_setattr (call_frame_t *frame,                           xlator_t *this,                           loc_t *loc, -                         struct stat *stbuf, +                         struct iatt *stbuf,                           int32_t valid);  int32_t default_fsetattr (call_frame_t *frame,                            xlator_t *this,                            fd_t *fd, -                          struct stat *stbuf, +                          struct iatt *stbuf,                            int32_t valid);  #endif /* _DEFAULTS_H */  | 
