Re: [PATCH v7 13/16] lockd: use new hashtable implementation

2012-10-29 Thread Mathieu Desnoyers
* Sasha Levin (levinsasha...@gmail.com) wrote: > Switch lockd to use the new hashtable implementation. This reduces the amount > of > generic unrelated code in lockd. > > Signed-off-by: Sasha Levin > --- > fs/lockd/svcsubs.c | 66 > +- > 1 fi

[PATCH v7 13/16] lockd: use new hashtable implementation

2012-10-28 Thread Sasha Levin
Switch lockd to use the new hashtable implementation. This reduces the amount of generic unrelated code in lockd. Signed-off-by: Sasha Levin --- fs/lockd/svcsubs.c | 66 +- 1 file changed, 36 insertions(+), 30 deletions(-) diff --git a/fs/lock