Re: BUG: corrupted list in cpu_stop_queue_work

From: Tetsuo Handa
Date: Mon Jul 09 2018 - 08:55:24 EST


Hello Matthew,

It seems to me that there are other locations which do not check xas_store()
failure. Is that really OK? If they are OK, I think we want a comment like
/* This never fails. */ or /* Failure is OK because ... */
for each call without failure check.