commit | 3480d6774f07341e3e1cf3114f58bef98ea58ae0 | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@kernel.org> | Sun Aug 30 21:48:23 2020 -0700 |
committer | Paul E. McKenney <paulmck@kernel.org> | Fri Nov 06 17:13:29 2020 -0800 |
tree | 8fda088de1112129a861d85de5697cb5b0965898 | |
parent | 08c7974293851da6a64989b5ce7a0750e58178b1 [diff] |
locktorture: Track time of last ->writeunlock() This commit adds a last_lock_release variable that tracks the time of the last ->writeunlock() call, which allows easier diagnosing of lock hangs when using a kernel debugger. Acked-by: Davidlohr Bueso <dbueso@suse.de> Signed-off-by: Paul E. McKenney <paulmck@kernel.org>