Re: [PATCH 0/2] 9pfs: v9fs_walk() cleanup

2021-08-20 Thread Christian Schoenebeck
On Dienstag, 17. August 2021 15:52:39 CEST Christian Schoenebeck wrote: > Few cleanup patches for function v9fs_walk() as discussed last month. > > In patch 2 array variables 'wnames' and 'pathes' are omitted because they > contain dynamically allocated memory per array element which need to be >

[PATCH 0/2] 9pfs: v9fs_walk() cleanup

2021-08-17 Thread Christian Schoenebeck
Few cleanup patches for function v9fs_walk() as discussed last month. In patch 2 array variables 'wnames' and 'pathes' are omitted because they contain dynamically allocated memory per array element which need to be freed individually before freeing the array. Christian Schoenebeck (2): hw/9pfs