]> err.no Git - linux-2.6/blobdiff - fs/ocfs2/ocfs2.h
Merge branch 'blk-end-request' of git://git.kernel.dk/linux-2.6-block
[linux-2.6] / fs / ocfs2 / ocfs2.h
index 22e334d125d0fad419bdd6eb21d1828f5102ede5..d08480580470e237562dd75239f513d13ee28386 100644 (file)
@@ -262,6 +262,12 @@ struct ocfs2_super
        unsigned long dc_wake_sequence;
        unsigned long dc_work_sequence;
 
+       /*
+        * Any thread can add locks to the list, but the downconvert
+        * thread is the only one allowed to remove locks. Any change
+        * to this rule requires updating
+        * ocfs2_downconvert_thread_do_work().
+        */
        struct list_head blocked_lock_list;
        unsigned long blocked_lock_count;