summaryrefslogtreecommitdiffstats
path: root/xlators/storage/bd_map/src/bd_map.h
diff options
context:
space:
mode:
Diffstat (limited to 'xlators/storage/bd_map/src/bd_map.h')
-rw-r--r--xlators/storage/bd_map/src/bd_map.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/storage/bd_map/src/bd_map.h b/xlators/storage/bd_map/src/bd_map.h
index 936defbbb..1a0f4248e 100644
--- a/xlators/storage/bd_map/src/bd_map.h
+++ b/xlators/storage/bd_map/src/bd_map.h
@@ -57,7 +57,6 @@ typedef struct bd_entry {
pthread_rwlock_t lock;
} bd_entry_t;
-
/**
* bd_fd - internal structure common to file and directory fd's
*/
@@ -65,6 +64,7 @@ typedef struct bd_fd {
bd_entry_t *entry;
bd_entry_t *p_entry; /* Parent entry */
int fd;
+ int32_t flag;
} bd_fd_t;
typedef struct bd_priv {