[PATCH SERIES 5: 00/16] staging: lustre: use standard wait_event macros

2017-12-17 Thread NeilBrown
Lustre has l_wait_event() which is a complex macro that does similar things to the wait_event macro family in Linux. This patch series converts all l_wait_event to something more familiar to Linux developers. Some of the conversions are subtle. I think I've understood the code and got the

[PATCH SERIES 5: 00/16] staging: lustre: use standard wait_event macros

2017-12-17 Thread NeilBrown
Lustre has l_wait_event() which is a complex macro that does similar things to the wait_event macro family in Linux. This patch series converts all l_wait_event to something more familiar to Linux developers. Some of the conversions are subtle. I think I've understood the code and got the