commit | b08484d715128abf28b8445e85c5adb14af0a62e | [log] [tgz] |
---|---|---|
author | Stefan Metzmacher <metze@samba.org> | Mon Feb 24 14:14:59 2020 +0100 |
committer | Steve French <stfrench@microsoft.com> | Sun Mar 22 22:49:09 2020 -0500 |
tree | 7d521162a267aeb58ab8a9209ce3a8c395113c9c | |
parent | e2e87519bd72e2a4c7796ab81b0a3edd171374ac [diff] |
cifs: use mod_delayed_work() for &server->reconnect if already queued mod_delayed_work() is safer than queue_delayed_work() if there's a chance that the work is already in the queue. Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Pavel Shilovsky <pshilov@microsoft.com> Signed-off-by: Steve French <stfrench@microsoft.com>