mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 17:08:10 +00:00
nfsd4: remove dprintk
I haven't found this useful. Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
This commit is contained in:
parent
147efd0dd7
commit
3df796dbe9
1 changed files with 0 additions and 3 deletions
|
@ -718,9 +718,6 @@ expire_client(struct nfs4_client *clp)
|
|||
struct nfs4_delegation *dp;
|
||||
struct list_head reaplist;
|
||||
|
||||
dprintk("NFSD: expire_client cl_count %d\n",
|
||||
atomic_read(&clp->cl_count));
|
||||
|
||||
INIT_LIST_HEAD(&reaplist);
|
||||
spin_lock(&recall_lock);
|
||||
while (!list_empty(&clp->cl_delegations)) {
|
||||
|
|
Loading…
Reference in a new issue