提交 50c396d3 编写于 作者: A Al Viro

[PATCH] kill obsolete temporary comment in swsusp_close()

it had been put there to mark the call of blkdev_put() that
needed proper argument propagated to it; later patch in the
same series had done just that.
Signed-off-by: NAl Viro <viro@zeniv.linux.org.uk>
上级 feaf3848
......@@ -633,7 +633,7 @@ void swsusp_close(fmode_t mode)
return;
}
blkdev_put(resume_bdev, mode); /* move up */
blkdev_put(resume_bdev, mode);
}
static int swsusp_header_init(void)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册