diff options
author | Jiri Kosina <jkosina@suse.cz> | 2016-02-10 11:41:08 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-02-11 19:23:28 -0800 |
commit | cf09d6428de3aa6bb6a8164d86bc1cc0cd678d8e (patch) | |
tree | 0da4f8c29f17a1ef9434599af1e33ff106b5b868 /ipc | |
parent | dfdf141429f0895b63c882facc42c86f225033cb (diff) | |
download | op-kernel-dev-cf09d6428de3aa6bb6a8164d86bc1cc0cd678d8e.zip op-kernel-dev-cf09d6428de3aa6bb6a8164d86bc1cc0cd678d8e.tar.gz |
w1: w1_process() is not freezable kthread
w1_process() calls try_to_freeze(), but the thread doesn't mark itself
freezable through set_freezable(), so the try_to_freeze() call is useless.
Acked-by: Evgeniy Polyakov <zbr@ioremap.net>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'ipc')
0 files changed, 0 insertions, 0 deletions