Re: [lustre-devel] [PATCH 15/16] staging: lustre: use explicit poll loop in ptlrpc_unregister_reply

2017-12-18 Thread Patrick Farrell
This should not contribute to load, since it¹s called out of the ptlrpcd daemons. On 12/18/17, 1:18 AM, "lustre-devel on behalf of NeilBrown" wrote: >replace l_wait_event() with wait_event_timeout() and explicit >loop. This

Re: [lustre-devel] [PATCH 15/16] staging: lustre: use explicit poll loop in ptlrpc_unregister_reply

2017-12-18 Thread Patrick Farrell
This should not contribute to load, since it¹s called out of the ptlrpcd daemons. On 12/18/17, 1:18 AM, "lustre-devel on behalf of NeilBrown" wrote: >replace l_wait_event() with wait_event_timeout() and explicit >loop. This approach is easier to understand. > >Signed-off-by: NeilBrown >--- >

[PATCH 15/16] staging: lustre: use explicit poll loop in ptlrpc_unregister_reply

2017-12-17 Thread NeilBrown
replace l_wait_event() with wait_event_timeout() and explicit loop. This approach is easier to understand. Signed-off-by: NeilBrown --- drivers/staging/lustre/lustre/ptlrpc/client.c | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git

[PATCH 15/16] staging: lustre: use explicit poll loop in ptlrpc_unregister_reply

2017-12-17 Thread NeilBrown
replace l_wait_event() with wait_event_timeout() and explicit loop. This approach is easier to understand. Signed-off-by: NeilBrown --- drivers/staging/lustre/lustre/ptlrpc/client.c | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git