Johannes Berg c7f04e87e4 um: Don't garbage collect in deactivate_all_fds()
My previous commit didn't actually address the whole issue with
lockdep shutdown, I had another local modification that disabled
lockdep but that wasn't sufficient alone, so had to do the other
change.

Another issue remained though - during kfree() we acquire locks
and lockdep tries to annotate those with exactly the same issue
in the other patch - we no longer have "current".

So, just remove the garbage collection. There's no value in it
anyway since we're going to shut down anyway and marking a slab
object as free is now not very useful anymore.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
2019-07-02 23:27:19 +02:00
..
2019-05-07 23:18:28 +02:00
2017-09-13 22:33:54 +02:00
2016-08-04 00:18:06 +02:00
2018-10-31 08:54:16 -07:00
2018-12-27 22:48:35 +01:00
2016-03-05 22:16:40 +01:00
2019-07-02 23:27:00 +02:00