Re: [PATCH 00/12 v5] locks: avoid thundering-herd wake-ups

2018-11-13 Thread Jeff Layton
On Mon, 2018-11-12 at 12:14 +1100, NeilBrown wrote: > Changes: > - field names improved as requested by Bruce. >"fl_blocked_requests" is a list of blocked requests, >linked through fl_block_member > - the introductory text has been moved to a commit comment >as suggested by Bruce >

Re: [PATCH 00/12 v5] locks: avoid thundering-herd wake-ups

2018-11-13 Thread Jeff Layton
On Mon, 2018-11-12 at 12:14 +1100, NeilBrown wrote: > Changes: > - field names improved as requested by Bruce. >"fl_blocked_requests" is a list of blocked requests, >linked through fl_block_member > - the introductory text has been moved to a commit comment >as suggested by Bruce >

Re: [PATCH 00/12 v5] locks: avoid thundering-herd wake-ups

2018-11-12 Thread J. Bruce Fields
ACK to the series. It also passed my usual regression tests on top of 4.19. (I still have some unrelated problems to sort out on 4.20.) --b. On Mon, Nov 12, 2018 at 12:14:48PM +1100, NeilBrown wrote: > Changes: > - field names improved as requested by Bruce. >"fl_blocked_requests" is a

Re: [PATCH 00/12 v5] locks: avoid thundering-herd wake-ups

2018-11-12 Thread J. Bruce Fields
ACK to the series. It also passed my usual regression tests on top of 4.19. (I still have some unrelated problems to sort out on 4.20.) --b. On Mon, Nov 12, 2018 at 12:14:48PM +1100, NeilBrown wrote: > Changes: > - field names improved as requested by Bruce. >"fl_blocked_requests" is a

[PATCH 00/12 v5] locks: avoid thundering-herd wake-ups

2018-11-11 Thread NeilBrown
Changes: - field names improved as requested by Bruce. "fl_blocked_requests" is a list of blocked requests, linked through fl_block_member - the introductory text has been moved to a commit comment as suggested by Bruce - documentation added to locks.c as suggested by Bruce - I made

[PATCH 00/12 v5] locks: avoid thundering-herd wake-ups

2018-11-11 Thread NeilBrown
Changes: - field names improved as requested by Bruce. "fl_blocked_requests" is a list of blocked requests, linked through fl_block_member - the introductory text has been moved to a commit comment as suggested by Bruce - documentation added to locks.c as suggested by Bruce - I made