nfsd: have nfsd4_find_reclaim_client take a char * argument
authorJeff Layton <jlayton@redhat.com>
Mon, 12 Nov 2012 20:00:52 +0000 (15:00 -0500)
committerJ. Bruce Fields <bfields@redhat.com>
Mon, 12 Nov 2012 23:55:11 +0000 (18:55 -0500)
commit278c931cb05ae624df8c82b6bdfbb0e03392cde7
tree95a118939afae6fb4d88184979d38e4d373001fb
parent8b0554e9a24298c91de89a779a714c87073380a2
nfsd: have nfsd4_find_reclaim_client take a char * argument

Currently, it takes a client pointer, but later we're going to need to
search for these records without knowing whether a matching client even
exists.

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