diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2019-03-01 10:40:52 +0100 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2019-03-04 12:55:18 -0700 |
commit | 866d65b9d72f117134197712dca9c2569b703365 (patch) | |
tree | 37e8f4340a60f99602ca1e6eb1c430242c008d8c /Documentation/RCU | |
parent | 6cd43851f858f4b34909e6d9ef398ba806e4adfd (diff) | |
download | linux-866d65b9d72f117134197712dca9c2569b703365.tar.gz linux-866d65b9d72f117134197712dca9c2569b703365.tar.bz2 linux-866d65b9d72f117134197712dca9c2569b703365.zip |
Documentation/locking/lockdep: Drop last two chars of sample states
Since the removal of FS_RECLAIM annotations, lockdep states contain four
characters, not six.
Fixes: e5684bbfc3f03480 ("Documentation/locking/lockdep: Update info about states")
Fixes: d92a8cfcb37ecd13 ("locking/lockdep: Rework FS_RECLAIM annotation")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Will Deacon <will.deacon@arm.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/RCU')
-rw-r--r-- | Documentation/RCU/lockdep-splat.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/RCU/lockdep-splat.txt b/Documentation/RCU/lockdep-splat.txt index af24670ab77a..9c015976b174 100644 --- a/Documentation/RCU/lockdep-splat.txt +++ b/Documentation/RCU/lockdep-splat.txt @@ -24,11 +24,11 @@ other info that might help us debug this: rcu_scheduler_active = 1, debug_locks = 0 3 locks held by scsi_scan_6/1552: - #0: (&shost->scan_mutex){+.+.+.}, at: [<ffffffff8145efca>] + #0: (&shost->scan_mutex){+.+.}, at: [<ffffffff8145efca>] scsi_scan_host_selected+0x5a/0x150 - #1: (&eq->sysfs_lock){+.+...}, at: [<ffffffff812a5032>] + #1: (&eq->sysfs_lock){+.+.}, at: [<ffffffff812a5032>] elevator_exit+0x22/0x60 - #2: (&(&q->__queue_lock)->rlock){-.-...}, at: [<ffffffff812b6233>] + #2: (&(&q->__queue_lock)->rlock){-.-.}, at: [<ffffffff812b6233>] cfq_exit_queue+0x43/0x190 stack backtrace: |