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)
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>

No differences found