Re: [PATCH] knfsd: Remove NLM_HOST_MAX and associated logic.

2008-02-07 Thread J. Bruce Fields
On Fri, Feb 08, 2008 at 01:03:37PM +1100, NeilBrown wrote: > > Lockd caches information about hosts that have recently held locks it > expedite the taking of further locks. Applied, thanks!--b. > > It periodically discards this information for hosts that have not been > used for a few minutes.

[PATCH] knfsd: Remove NLM_HOST_MAX and associated logic.

2008-02-07 Thread NeilBrown
Lockd caches information about hosts that have recently held locks it expedite the taking of further locks. It periodically discards this information for hosts that have not been used for a few minutes. lockd currently has a value NLM_HOST_MAX, and changes the 'garbage collection' behaviour

[PATCH] knfsd: Remove NLM_HOST_MAX and associated logic.

2008-02-07 Thread NeilBrown
Lockd caches information about hosts that have recently held locks it expedite the taking of further locks. It periodically discards this information for hosts that have not been used for a few minutes. lockd currently has a value NLM_HOST_MAX, and changes the 'garbage collection' behaviour

Re: [PATCH] knfsd: Remove NLM_HOST_MAX and associated logic.

2008-02-07 Thread J. Bruce Fields
On Fri, Feb 08, 2008 at 01:03:37PM +1100, NeilBrown wrote: Lockd caches information about hosts that have recently held locks it expedite the taking of further locks. Applied, thanks!--b. It periodically discards this information for hosts that have not been used for a few minutes.