diff options
Diffstat (limited to 'fs/ocfs2/ocfs2.h')
-rw-r--r-- | fs/ocfs2/ocfs2.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/fs/ocfs2/ocfs2.h b/fs/ocfs2/ocfs2.h index 22e334d125d0..d08480580470 100644 --- a/fs/ocfs2/ocfs2.h +++ b/fs/ocfs2/ocfs2.h | |||
@@ -262,6 +262,12 @@ struct ocfs2_super | |||
262 | unsigned long dc_wake_sequence; | 262 | unsigned long dc_wake_sequence; |
263 | unsigned long dc_work_sequence; | 263 | unsigned long dc_work_sequence; |
264 | 264 | ||
265 | /* | ||
266 | * Any thread can add locks to the list, but the downconvert | ||
267 | * thread is the only one allowed to remove locks. Any change | ||
268 | * to this rule requires updating | ||
269 | * ocfs2_downconvert_thread_do_work(). | ||
270 | */ | ||
265 | struct list_head blocked_lock_list; | 271 | struct list_head blocked_lock_list; |
266 | unsigned long blocked_lock_count; | 272 | unsigned long blocked_lock_count; |
267 | 273 | ||