diff options
Diffstat (limited to 'xlators/features/locks/src/locks.h')
| -rw-r--r-- | xlators/features/locks/src/locks.h | 3 | 
1 files changed, 1 insertions, 2 deletions
diff --git a/xlators/features/locks/src/locks.h b/xlators/features/locks/src/locks.h index b72cbe0a67b..ee684d5f8b5 100644 --- a/xlators/features/locks/src/locks.h +++ b/xlators/features/locks/src/locks.h @@ -169,8 +169,7 @@ typedef struct {          data_t        *inodelk_dom_count_req;          dict_t  *xdata; -        /* used by {f,}truncate */ -        loc_t  loc; +        loc_t  loc[2];          fd_t  *fd;          off_t  offset;          enum {TRUNCATE, FTRUNCATE} op;  | 
