]> err.no Git - linux-2.6/blobdiff - include/linux/jbd2.h
x86: make mp_bus_id_to_type optional
[linux-2.6] / include / linux / jbd2.h
index 98a2bc5d3e3f9463f298ff1b78320e28d211d36d..2cbf6fdb17993409c40c4cc67db62a633ec858db 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
 };