[PATCH] JBD: fine-grain journal_add_journal_head locking
buffer_heads and journal_heads are joined at the hip. We need a lock to protect the joint and its refcounts. JBD is currently using a global spinlock for that. Change it to use one bit in bh->b_state.
Showing
Please register or sign in to comment