Merge tag 'for-5.5-rc8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave...
[linux-2.6-microblaze.git] / fs / lockd / host.c
index 7d46faf..0afb6d5 100644 (file)
@@ -464,7 +464,8 @@ nlm_bind_host(struct nlm_host *host)
                        .version        = host->h_version,
                        .authflavor     = RPC_AUTH_UNIX,
                        .flags          = (RPC_CLNT_CREATE_NOPING |
-                                          RPC_CLNT_CREATE_AUTOBIND),
+                                          RPC_CLNT_CREATE_AUTOBIND |
+                                          RPC_CLNT_CREATE_REUSEPORT),
                        .cred           = host->h_cred,
                };