summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/cache.c
diff options
context:
space:
mode:
authorTrond Myklebust2009-08-09 21:14:26 +0200
committerTrond Myklebust2009-08-09 21:14:26 +0200
commit2da8ca26c6bfad685bfddf39728eac1c83906aa9 (patch)
tree77d0d4ed305009bd5bf82b1456d4ed5ab1db5002 /net/sunrpc/cache.c
parentSUNRPC: One more clean up for rpc_create_client_dir() (diff)
downloadkernel-qcow2-linux-2da8ca26c6bfad685bfddf39728eac1c83906aa9.tar.gz
kernel-qcow2-linux-2da8ca26c6bfad685bfddf39728eac1c83906aa9.tar.xz
kernel-qcow2-linux-2da8ca26c6bfad685bfddf39728eac1c83906aa9.zip
NFSD: Clean up the idmapper warning...
What part of 'internal use' is so hard to understand? Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'net/sunrpc/cache.c')
-rw-r--r--net/sunrpc/cache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sunrpc/cache.c b/net/sunrpc/cache.c
index ff0c23053d2f..8ede4a6f384b 100644
--- a/net/sunrpc/cache.c
+++ b/net/sunrpc/cache.c
@@ -1020,7 +1020,7 @@ static void warn_no_listener(struct cache_detail *detail)
if (detail->last_warn != detail->last_close) {
detail->last_warn = detail->last_close;
if (detail->warn_no_listener)
- detail->warn_no_listener(detail);
+ detail->warn_no_listener(detail, detail->last_close != 0);
}
}