[Cluster-devel] [PATCH v1] gfs2: increase usage of folio_next_index() helper

2023-07-17 Thread Minjie Du
Simplify code pattern of 'folio->index + folio_nr_pages(folio)' by using the existing helper folio_next_index(). Signed-off-by: Minjie Du --- fs/gfs2/aops.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/fs/gfs2/aops.c b/fs/gfs2/aops.c index ae49256b7..5f0254237 100644

[Cluster-devel] 回复: [PATCH v1] gfs2: increase usage of folio_next_index() helper

2023-07-17 Thread 杜敏杰
Hi Andreas! > Applied, thanks. That's great, thank you! > Email addresses like '"open list:GFS2 FILE SYSTEM" > ' and 'open list ' > are not helpful > though, so could you please avoid using addresses like that in the future? I see, thanks for reminding! regards, Minjie -邮件原件- 发件人:

Re: [Cluster-devel] [PATCH v1] gfs2: increase usage of folio_next_index() helper

2023-07-17 Thread Andreas Gruenbacher
Minjie, On Mon, Jul 17, 2023 at 9:20 AM Minjie Du wrote: > Simplify code pattern of 'folio->index + folio_nr_pages(folio)' by using > the existing helper folio_next_index(). > > Signed-off-by: Minjie Du > --- > fs/gfs2/aops.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff