linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: [PATCH] fs: remove comments about free_more_memory
@ 2020-02-11  1:54 linmiaohe
  0 siblings, 0 replies; 2+ messages in thread
From: linmiaohe @ 2020-02-11  1:54 UTC (permalink / raw)
  To: Luoshijie (Poincare Lab); +Cc: viro, linux-fsdevel

Hi:
Luoshijie (Poincare Lab) <luoshijie1@huawei.com> wrote:
> Remove comments about free_more_memory because this function no more exists.
>
>Signed-off-by: Shijie Luo <luoshijie1@huawei.com>

Looks fine. Thanks.
Reviewed-by: Miaohe Lin <linmiaohe@huawei.com>


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH] fs: remove comments about free_more_memory
@ 2020-01-22  7:57 Shijie Luo
  0 siblings, 0 replies; 2+ messages in thread
From: Shijie Luo @ 2020-01-22  7:57 UTC (permalink / raw)
  To: linux-fsdevel; +Cc: viro, luoshijie1, linmiaohe

Remove comments about free_more_memory because this function
no more exists.

Signed-off-by: Shijie Luo <luoshijie1@huawei.com>
---
 fs/buffer.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/buffer.c b/fs/buffer.c
index 18a87ec8a465..3ce22700539a 100644
--- a/fs/buffer.c
+++ b/fs/buffer.c
@@ -973,7 +973,7 @@ grow_dev_page(struct block_device *bdev, sector_t block,
 	struct page *page;
 	struct buffer_head *bh;
 	sector_t end_block;
-	int ret = 0;		/* Will call free_more_memory() */
+	int ret = 0;
 	gfp_t gfp_mask;
 
 	gfp_mask = mapping_gfp_constraint(inode->i_mapping, ~__GFP_FS) | gfp;
-- 
2.19.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-02-11  1:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-11  1:54 [PATCH] fs: remove comments about free_more_memory linmiaohe
  -- strict thread matches above, loose matches on Subject: below --
2020-01-22  7:57 Shijie Luo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).