diff options
Diffstat (limited to 'xlators/performance/stat-prefetch/src/stat-prefetch.h')
| -rw-r--r-- | xlators/performance/stat-prefetch/src/stat-prefetch.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/performance/stat-prefetch/src/stat-prefetch.h b/xlators/performance/stat-prefetch/src/stat-prefetch.h index 3fcf4a0a6..9ff2899a9 100644 --- a/xlators/performance/stat-prefetch/src/stat-prefetch.h +++ b/xlators/performance/stat-prefetch/src/stat-prefetch.h @@ -73,7 +73,7 @@ struct sp_inode_ctx {          char             need_unwind;          int32_t          op_ret;          int32_t          op_errno; -        struct stat      stbuf;   +        struct iatt      stbuf;            gf_lock_t        lock;          struct list_head waiting_ops;  };  | 
