Re: [PATCH] net/9p: Fix sparse rcu warnings in client.c

2020-06-18 Thread Alexander Kapshuk
On Thu, Jun 18, 2020 at 10:08 PM Dominique Martinet wrote: > > Alexander Kapshuk wrote on Thu, Jun 18, 2020: > > Address sparse nonderef rcu warnings: > > net/9p/client.c:790:17: warning: incorrect type in argument 1 (different > > address spaces) > > net/9p/client.c:790:17:expected struct sp

Re: [PATCH] net/9p: Fix sparse rcu warnings in client.c

2020-06-18 Thread Dominique Martinet
Alexander Kapshuk wrote on Thu, Jun 18, 2020: > Address sparse nonderef rcu warnings: > net/9p/client.c:790:17: warning: incorrect type in argument 1 (different > address spaces) > net/9p/client.c:790:17:expected struct spinlock [usertype] *lock > net/9p/client.c:790:17:got struct spinlock

[PATCH] net/9p: Fix sparse rcu warnings in client.c

2020-06-18 Thread Alexander Kapshuk
Address sparse nonderef rcu warnings: net/9p/client.c:790:17: warning: incorrect type in argument 1 (different address spaces) net/9p/client.c:790:17:expected struct spinlock [usertype] *lock net/9p/client.c:790:17:got struct spinlock [noderef] * net/9p/client.c:792:48: warning: incorrect