diff options
| author | Jeff Layton <jlayton@kernel.org> | 2026-03-25 10:40:24 -0400 |
|---|---|---|
| committer | Chuck Lever <chuck.lever@oracle.com> | 2026-06-01 11:08:18 -0400 |
| commit | b2c217ee4f779334cff979a3c11a4ec59162f78b (patch) | |
| tree | 7ad8f2a0e3ee007ffdd6acbcc3719195164a8a4f /include | |
| parent | 55a000fa1d0ebc20b8690ca0d869522712f82c19 (diff) | |
| download | lwn-b2c217ee4f779334cff979a3c11a4ec59162f78b.tar.gz lwn-b2c217ee4f779334cff979a3c11a4ec59162f78b.zip | |
sunrpc: rename sunrpc_cache_pipe_upcall_timeout()
This function doesn't have anything to do with a timeout. The only
difference is that it warns if there are no listeners. Rename it to
sunrpc_cache_upcall_warn().
Signed-off-by: Jeff Layton <jlayton@kernel.org>
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/sunrpc/cache.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/sunrpc/cache.h b/include/linux/sunrpc/cache.h index 981af830a003..80a3f17731d8 100644 --- a/include/linux/sunrpc/cache.h +++ b/include/linux/sunrpc/cache.h @@ -191,7 +191,7 @@ sunrpc_cache_update(struct cache_detail *detail, extern int sunrpc_cache_upcall(struct cache_detail *detail, struct cache_head *h); extern int -sunrpc_cache_pipe_upcall_timeout(struct cache_detail *detail, +sunrpc_cache_upcall_warn(struct cache_detail *detail, struct cache_head *h); |
