On Fri, Dec 24, 2021 at 11:52:43AM +0800, Jeffle Xu wrote: > commit 3cfef1b612e15a0c2f5b1c9d3f3f31ad72d56fcd upstream. > > The order of these two parameters is just reversed. gcc didn't warn on > that, probably because 'void *' can be converted from or to other > pointer types without warning. > > Cc: stable@xxxxxxxxxxxxxxx > Fixes: 3d3c95046742 ("netfs: Provide readahead and readpage netfs helpers") > Fixes: e1b1240c1ff5 ("netfs: Add write_begin helper") > Signed-off-by: Jeffle Xu <jefflexu@xxxxxxxxxxxxxxxxx> > Signed-off-by: David Howells <dhowells@xxxxxxxxxx> > Reviewed-by: Jeff Layton <jlayton@xxxxxxxxxx> > Link: https://lore.kernel.org/r/20211207031449.100510-1-jefflexu@xxxxxxxxxxxxxxxxx/ # v1 > --- > fs/netfs/read_helper.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) Now queued up, thanks, greg k-h