Re: [PATCH] lockd: fix swapped arguments in nlmsvc_match_ip()
Chuck Lever <[email protected]>
| Newsgroups | gmane.linux.nfs |
|---|---|
| Message-ID | <178170349726.1539549.17398579325429557639.b4-ty@b4> |
On Wed, 17 Jun 2026 15:57:38 +0800, Oscar Ou wrote:
> When releasing locks by server IP address via /proc/fs/nfsd/unlock_ip,
> nlmsvc_unlock_all_by_ip() calls nlm_traverse_files() with the server
> sockaddr as the opaque @data argument:
>
> nlm_traverse_files(server_addr, nlmsvc_match_ip, NULL);
>
> The match callback is later invoked from nlm_traverse_locks() as:
>
> [...]
Applied to nfsd-testing, thanks!
[1/1] lockd: fix swapped arguments in nlmsvc_match_ip()
commit: 80e05cc8a30aec76f4457a9c163b222e9ff5a671
--
Chuck Lever