diff options
| author | Jeff Layton <jlayton@kernel.org> | 2026-03-25 10:40:23 -0400 |
|---|---|---|
| committer | Chuck Lever <chuck.lever@oracle.com> | 2026-06-01 11:08:18 -0400 |
| commit | 55a000fa1d0ebc20b8690ca0d869522712f82c19 (patch) | |
| tree | 2c7d1c9efdb4b48f7951e629d7dedcdd1b68a500 /include | |
| parent | 1ed3df33bdbda5fd639571afe9c7cd282ff82cd9 (diff) | |
| download | lwn-55a000fa1d0ebc20b8690ca0d869522712f82c19.tar.gz lwn-55a000fa1d0ebc20b8690ca0d869522712f82c19.zip | |
sunrpc: rename sunrpc_cache_pipe_upcall() to sunrpc_cache_upcall()
Since it will soon also send an upcall via netlink, if configured.
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 b1e595c2615b..981af830a003 100644 --- a/include/linux/sunrpc/cache.h +++ b/include/linux/sunrpc/cache.h @@ -189,7 +189,7 @@ sunrpc_cache_update(struct cache_detail *detail, struct cache_head *new, struct cache_head *old, int hash); extern int -sunrpc_cache_pipe_upcall(struct cache_detail *detail, struct cache_head *h); +sunrpc_cache_upcall(struct cache_detail *detail, struct cache_head *h); extern int sunrpc_cache_pipe_upcall_timeout(struct cache_detail *detail, struct cache_head *h); |
