diff options
Diffstat (limited to 'net/sunrpc/cache.c')
| -rw-r--r-- | net/sunrpc/cache.c | 2 |
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) | |||
| 1020 | if (detail->last_warn != detail->last_close) { | 1020 | if (detail->last_warn != detail->last_close) { |
| 1021 | detail->last_warn = detail->last_close; | 1021 | detail->last_warn = detail->last_close; |
| 1022 | if (detail->warn_no_listener) | 1022 | if (detail->warn_no_listener) |
| 1023 | detail->warn_no_listener(detail); | 1023 | detail->warn_no_listener(detail, detail->last_close != 0); |
| 1024 | } | 1024 | } |
| 1025 | } | 1025 | } |
| 1026 | 1026 | ||
