]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
nfsd: convert the file_hashtbl to a hlist
authorJeff Layton <jlayton@redhat.com>
Tue, 2 Apr 2013 13:01:59 +0000 (09:01 -0400)
committerJ. Bruce Fields <bfields@redhat.com>
Wed, 3 Apr 2013 19:11:04 +0000 (15:11 -0400)
commit89876f8c0dbcc2947b13b9e22cf28c5308cee3c1
treec80bd0eeac5972e64b852624baaedb6a1db4af64
parent66b2b9b2b0e8a9034806293a436628400a44a71d
nfsd: convert the file_hashtbl to a hlist

We only ever traverse the hash chains in the forward direction, so a
double pointer list head isn't really necessary.

Signed-off-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
fs/nfsd/nfs4state.c
fs/nfsd/state.h