mac80211: use 4-byte mesh sequence number
[safe/jmp/linux-2.6] / include / linux / jbd2.h
index 98a2bc5..2cbf6fd 100644 (file)
@@ -418,6 +418,10 @@ struct handle_s
        unsigned int    h_sync:         1;      /* sync-on-close */
        unsigned int    h_jdata:        1;      /* force data journaling */
        unsigned int    h_aborted:      1;      /* fatal error on handle */
+
+#ifdef CONFIG_DEBUG_LOCK_ALLOC
+       struct lockdep_map      h_lockdep_map;
+#endif
 };