Home
last modified time | relevance | path

Searched hist:ab714aff4f744f52f0beae93ed441f2f5585eb7a (Results 1 – 1 of 1) sorted by relevance

/linux/fs/jbd2/
H A Dtransaction.cdiff ab714aff4f744f52f0beae93ed441f2f5585eb7a Thu Jun 30 17:39:38 CEST 2016 Jan Kara <jack@suse.cz> jbd2: move lockdep tracking to journal_s

Currently lockdep map is tracked in each journal handle. To be able to
expand lockdep support to cover also other cases where we depend on
transaction commit and where handle is not available, move lockdep map
into struct journal_s. Since this makes the lockdep map shared for all
handles, we have to use rwsem_acquire_read() for acquisitions now.

Signed-off-by: Jan Kara <jack@suse.cz>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>