diff options
author | Raghavendra G <raghavendra@gluster.com> | 2009-10-08 06:21:40 +0000 |
---|---|---|
committer | Anand V. Avati <avati@dev.gluster.com> | 2009-10-09 00:49:34 -0700 |
commit | aa8323817ebacf664b0e4c68996efa5847342bf8 (patch) | |
tree | 43e5fc4f67a4f9b913f9fcdf74095130cb3e3e0a /xlators/performance/stat-prefetch/src/stat-prefetch.h | |
parent | 5cb21335e3f12815d3e60b93d5edaea8d4ba26da (diff) |
performance/stat-prefetch: lookup oldpath and newpath in rename if they've not already been looked up.
Signed-off-by: Anand V. Avati <avati@dev.gluster.com>
BUG: 221 (stat prefetch implementation)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=221
Diffstat (limited to 'xlators/performance/stat-prefetch/src/stat-prefetch.h')
-rw-r--r-- | xlators/performance/stat-prefetch/src/stat-prefetch.h | 1 |
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 81f504a7f31..0245703fac7 100644 --- a/xlators/performance/stat-prefetch/src/stat-prefetch.h +++ b/xlators/performance/stat-prefetch/src/stat-prefetch.h @@ -69,6 +69,7 @@ typedef struct sp_local sp_local_t; struct sp_inode_ctx { char looked_up; char lookup_in_progress; + char need_unwind; int32_t op_ret; int32_t op_errno; struct stat stbuf; |