Details
-
Bug
-
Resolution: Fixed
-
Major
-
None
-
None
-
3
-
9223372036854775807
Description
I was hitting "BUG: rwlock wrong CPU on CPU#6, umount/19930" sort of message frequently lately and I found at least one of the abusers.
It seems osd_ost_fini calls into osd_seq_free() under write lock, which in turn calls into dput that might sleep which is a no-no.