diff options
Diffstat (limited to 'fs/f2fs/f2fs.h')
-rw-r--r-- | fs/f2fs/f2fs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/f2fs/f2fs.h b/fs/f2fs/f2fs.h index b4a46b6823dc..211183c4e5c3 100644 --- a/fs/f2fs/f2fs.h +++ b/fs/f2fs/f2fs.h | |||
@@ -454,6 +454,7 @@ struct f2fs_inode_info { | |||
454 | struct list_head inmem_pages; /* inmemory pages managed by f2fs */ | 454 | struct list_head inmem_pages; /* inmemory pages managed by f2fs */ |
455 | struct mutex inmem_lock; /* lock for inmemory pages */ | 455 | struct mutex inmem_lock; /* lock for inmemory pages */ |
456 | struct extent_tree *extent_tree; /* cached extent_tree entry */ | 456 | struct extent_tree *extent_tree; /* cached extent_tree entry */ |
457 | struct rw_semaphore dio_rwsem[2];/* avoid racing between dio and gc */ | ||
457 | }; | 458 | }; |
458 | 459 | ||
459 | static inline void get_extent_info(struct extent_info *ext, | 460 | static inline void get_extent_info(struct extent_info *ext, |