[PATCH 21/26] netfs, 9p: Implement helpers for new write code

David Howells dhowells at redhat.com
Thu Apr 4 18:51:51 AEDT 2024


David Howells <dhowells at redhat.com> wrote:

> +	size_t len = subreq->len - subreq->transferred;

This actually needs to be 'int len' because of the varargs packet formatter.

David



More information about the Linux-erofs mailing list