Re: [PATCH 26/26] netfs, afs: Use writeback retry to deal with alternate keys

From: David Howells
Date: Tue Apr 02 2024 - 04:33:43 EST


Simon Horman <horms@xxxxxxxxxx> wrote:

> > + op->store.size = len,
>
> nit: this is probably more intuitively written using len;

I'm not sure it makes a difference, but switching 'size' to 'len' in kafs is a
separate thing that doesn't need to be part of this patchset.

David