fix lock held when returning to user space typo

This commit is contained in:
Sage Weil 2012-09-23 08:03:17 -07:00
parent a09153b688
commit 30748f36e2

View File

@ -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',
],