Re: [PATCH v3 3/8] xen/hypfs: add new enter() and exit() per node callbacks

2020-12-16 Thread Jürgen Groß
On 16.12.20 17:36, Jan Beulich wrote: On 16.12.2020 17:24, Jürgen Groß wrote: On 16.12.20 17:16, Jan Beulich wrote: On 09.12.2020 17:09, Juergen Gross wrote: In order to better support resource allocation and locking for dynamic hypfs nodes add enter() and exit() callbacks to struct

Re: [PATCH v3 3/8] xen/hypfs: add new enter() and exit() per node callbacks

2020-12-16 Thread Jan Beulich
On 16.12.2020 17:24, Jürgen Groß wrote: > On 16.12.20 17:16, Jan Beulich wrote: >> On 09.12.2020 17:09, Juergen Gross wrote: >>> In order to better support resource allocation and locking for dynamic >>> hypfs nodes add enter() and exit() callbacks to struct hypfs_funcs. >>> >>> The enter()

Re: [PATCH v3 3/8] xen/hypfs: add new enter() and exit() per node callbacks

2020-12-16 Thread Jürgen Groß
On 16.12.20 17:16, Jan Beulich wrote: On 09.12.2020 17:09, Juergen Gross wrote: In order to better support resource allocation and locking for dynamic hypfs nodes add enter() and exit() callbacks to struct hypfs_funcs. The enter() callback is called when entering a node during hypfs user

Re: [PATCH v3 3/8] xen/hypfs: add new enter() and exit() per node callbacks

2020-12-16 Thread Jan Beulich
On 09.12.2020 17:09, Juergen Gross wrote: > In order to better support resource allocation and locking for dynamic > hypfs nodes add enter() and exit() callbacks to struct hypfs_funcs. > > The enter() callback is called when entering a node during hypfs user > actions (traversing, reading or

[PATCH v3 3/8] xen/hypfs: add new enter() and exit() per node callbacks

2020-12-09 Thread Juergen Gross
In order to better support resource allocation and locking for dynamic hypfs nodes add enter() and exit() callbacks to struct hypfs_funcs. The enter() callback is called when entering a node during hypfs user actions (traversing, reading or writing it), while the exit() callback is called when