Re: [PATCH] 9pfs: fix crash in v9fs_walk()

2021-09-01 Thread Christian Schoenebeck
On Mittwoch, 1. September 2021 18:47:21 CEST Greg Kurz wrote: > On Wed, 1 Sep 2021 18:15:10 +0200 > > Christian Schoenebeck wrote: > > v9fs_walk() utilizes the v9fs_co_run_in_worker({...}) macro to run the > > supplied fs driver code block on a background worker thread. > > > > When either the '

Re: [SPAM] [PATCH] 9pfs: fix crash in v9fs_walk()

2021-09-01 Thread Greg Kurz
On Wed, 1 Sep 2021 18:15:10 +0200 Christian Schoenebeck wrote: > v9fs_walk() utilizes the v9fs_co_run_in_worker({...}) macro to run the > supplied fs driver code block on a background worker thread. > > When either the 'Twalk' client request was interrupted or if the client > requested fid for t

[PATCH] 9pfs: fix crash in v9fs_walk()

2021-09-01 Thread Christian Schoenebeck
v9fs_walk() utilizes the v9fs_co_run_in_worker({...}) macro to run the supplied fs driver code block on a background worker thread. When either the 'Twalk' client request was interrupted or if the client requested fid for that 'Twalk' request caused a stat error then that fs driver code block was