[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20200512002222.GB17212@fieldses.org>
Date: Mon, 11 May 2020 20:22:22 -0400
From: "J. Bruce Fields" <bfields@...ldses.org>
To: Stephen Rothwell <sfr@...b.auug.org.au>
Cc: Linux Next Mailing List <linux-next@...r.kernel.org>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: Re: linux-next: build failure after merge of the nfsd tree
On Fri, May 08, 2020 at 10:47:20AM +1000, Stephen Rothwell wrote:
> After merging the nfsd tree, today's linux-next build (x86_64
> allmodconfig) failed like this:
>
> kernel/trace/trace_hwlat.c:329:12: error: conflicting types for 'kthread_fn'
> 329 | static int kthread_fn(void *data)
> | ^~~~~~~~~~
> In file included from kernel/trace/trace_hwlat.c:40:
> include/linux/kthread.h:60:7: note: previous declaration of 'kthread_fn' was here
> 60 | void *kthread_fn(struct task_struct *k);
> | ^~~~~~~~~~
>
> Caused by commit
>
> 7df082e85764 ("kthread: save thread function")
>
> I have used the nfsd tree from next-20200507 for today.
Whoops, I forgot to say thanks for this report. I renamed the
kthread_fn in my patches to kthread_func.
--b.
Powered by blists - more mailing lists