mirror of
https://github.com/ceph/ceph
synced 2025-02-20 17:37:29 +00:00
fix lock held when returning to user space typo
This commit is contained in:
parent
a09153b688
commit
30748f36e2
@ -356,7 +356,7 @@ kern.* -/tmp/cephtest/archive/syslog/kern.log;RSYSLOG_FileFormat
|
||||
run.Raw('|'),
|
||||
'grep', '-v', 'INFO: possible recursive locking detected', # FIXME see #3040
|
||||
run.Raw('|'),
|
||||
'grep', '-v', 'INFO: lock held when returning to user space', # REMOVE ME when btrfs sb_internal crap is fixed
|
||||
'grep', '-v', 'BUG: lock held when returning to user space', # REMOVE ME when btrfs sb_internal crap is fixed
|
||||
run.Raw('|'),
|
||||
'head', '-n', '1',
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user