jffs2: remove from wait queue after schedule()
authorLi Zefan <lizefan@huawei.com>
Wed, 12 Feb 2014 20:44:57 +0000 (12:44 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 27 Apr 2014 00:13:20 +0000 (17:13 -0700)
commit371d9bb7dab6293e79aafb5481b842629a60aa5e
tree4aecba22fcca3750180832a4e03c8ed79100c447
parent5c8e8e1378bb5be5600f8ed23d8bc61cc466b6eb
jffs2: remove from wait queue after schedule()

commit 3ead9578443b66ddb3d50ed4f53af8a0c0298ec5 upstream.

@wait is a local variable, so if we don't remove it from the wait queue
list, later wake_up() may end up accessing invalid memory.

This was spotted by eyes.

Signed-off-by: Li Zefan <lizefan@huawei.com>
Cc: David Woodhouse <dwmw2@infradead.org>
Cc: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/jffs2/nodemgmt.c