summaryrefslogtreecommitdiffstats
path: root/xlators/performance/stat-prefetch/src/stat-prefetch.h
diff options
context:
space:
mode:
Diffstat (limited to 'xlators/performance/stat-prefetch/src/stat-prefetch.h')
-rw-r--r--xlators/performance/stat-prefetch/src/stat-prefetch.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/xlators/performance/stat-prefetch/src/stat-prefetch.h b/xlators/performance/stat-prefetch/src/stat-prefetch.h
index 068ea7dfe..3ea163b2c 100644
--- a/xlators/performance/stat-prefetch/src/stat-prefetch.h
+++ b/xlators/performance/stat-prefetch/src/stat-prefetch.h
@@ -62,6 +62,7 @@ typedef struct sp_fd_ctx sp_fd_ctx_t;
struct sp_inode_ctx {
char looked_up;
char lookup_in_progress;
+ char need_unwind;
int32_t op_ret;
int32_t op_errno;
gf_lock_t lock;