Re: [PATCH v5 05/10] mmap locking API: convert mmap_sem call sites missed by coccinelle

2020-05-18 Thread Laurent Dufour
Le 22/04/2020 à 02:14, Michel Lespinasse a écrit : Convert the last few remaining mmap_sem rwsem calls to use the new mmap locking API. These were missed by coccinelle for some reason (I think coccinelle does not support some of the preprocessor constructs in these files ?) Signed-off-by: Michel

Re: [PATCH v5 05/10] mmap locking API: convert mmap_sem call sites missed by coccinelle

2020-05-18 Thread Vlastimil Babka
On 4/22/20 2:14 AM, Michel Lespinasse wrote: > Convert the last few remaining mmap_sem rwsem calls to use the new > mmap locking API. These were missed by coccinelle for some reason > (I think coccinelle does not support some of the preprocessor > constructs in these files ?) > > Signed-off-by: Mi