NLM: Convert nlm_lookup_host() to use a single argument
authorChuck Lever <chuck.lever@oracle.com>
Fri, 3 Oct 2008 16:50:07 +0000 (12:50 -0400)
committerJ. Bruce Fields <bfields@citi.umich.edu>
Fri, 3 Oct 2008 20:58:23 +0000 (16:58 -0400)
commit7f1ed18bd3aa1e8008cf5cc768a141787633da18
tree955cad7fdd4741a82a31d3f1b4d26dd343eaf68b
parentd22b1cff099737f74f3ac5950094508b4cddec1e
NLM: Convert nlm_lookup_host() to use a single argument

The nlm_lookup_host() function already has a large number of arguments,
and I'm about to add a few more.  As a clean up, convert the function
to use a single data structure argument.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
fs/lockd/host.c