[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <3360495.1626103286@warthog.procyon.org.uk>
Date: Mon, 12 Jul 2021 16:21:26 +0100
From: David Howells <dhowells@...hat.com>
To: Marc Dionne <marc.c.dionne@...il.com>
Cc: dhowells@...hat.com, linux-afs@...ts.infradead.org,
Tom Rix <trix@...hat.com>, linux-fsdevel@...r.kernel.org,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH 2/3] afs: check function return
Marc Dionne <marc.c.dionne@...il.com> wrote:
> > @@ -777,7 +777,7 @@ int afs_writepages(struct address_space *mapping,
> > mapping->writeback_index = next / PAGE_SIZE;
>
> Isn't there the same issue with the use of next here.
Good point.
> > mapping->writeback_index = next;
>
> Unrelated to this patch, but since next is a byte offset, should this
> also divide by PAGE_SIZE as above.
Also a good point. I'll whip up a separate patch for that.
David
Powered by blists - more mailing lists