提交 0ebbe4f9 编写于 作者: A Andreas Gruenbacher

gfs2: Fix the gfs2_invalidatepage description

The comment incorrectly states that the function always returns 0.
Signed-off-by: NAndreas Gruenbacher <agruenba@redhat.com>
上级 977767a7
......@@ -820,10 +820,10 @@ static void gfs2_invalidatepage(struct page *page, unsigned int offset,
* @page: the page that's being released
* @gfp_mask: passed from Linux VFS, ignored by us
*
* Call try_to_free_buffers() if the buffers in this page can be
* released.
* Calls try_to_free_buffers() to free the buffers and put the page if the
* buffers can be released.
*
* Returns: 0
* Returns: 1 if the page was put or else 0
*/
int gfs2_releasepage(struct page *page, gfp_t gfp_mask)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册