]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd04d777028131a6ad6133d94a0583ca31df04d30
tree95a118939afae6fb4d88184979d38e4d373001fb
parentc7b41b4acc6fe147f41626246be50843c5ee1955
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