jffs2: remove from wait queue after schedule()
authorLi Zefan <lizefan@huawei.com>
Wed, 12 Feb 2014 20:44:57 +0000 (12:44 -0800)
committerBen Hutchings <ben@decadent.org.uk>
Wed, 30 Apr 2014 15:23:21 +0000 (16:23 +0100)
commit22af2c501a2c1980e848ce138031ed1cab278f55
treef5b44e273383160eca7ba6438497d40cc032c71e
parentb58d5a52ea4a3fec497594d642ed7cec25950900
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: Ben Hutchings <ben@decadent.org.uk>
fs/jffs2/nodemgmt.c