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.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/xlators/performance/stat-prefetch/src/stat-prefetch.h b/xlators/performance/stat-prefetch/src/stat-prefetch.h
index cf6bdd89dd6..4a45261a4d4 100644
--- a/xlators/performance/stat-prefetch/src/stat-prefetch.h
+++ b/xlators/performance/stat-prefetch/src/stat-prefetch.h
@@ -30,7 +30,7 @@
#include "xlator.h"
struct sp_cache {
- gf_dirent_t entries; /* Head of list of cached dirents. */
+ gf_dirent_t entries; /* Head of list of cached dirents */
uint64_t expected_offset; /* Offset where the next read will
* happen.
*/
@@ -39,7 +39,8 @@ struct sp_cache {
typedef struct sp_cache sp_cache_t;
struct sp_local {
- loc_t loc;
+ loc_t loc;
+ fd_t *fd;
};
typedef struct sp_local sp_local_t;