Skip to content
Commit 5311f707 authored by Arnd Bergmann's avatar Arnd Bergmann
Browse files

dlm: use SO_SNDTIMEO_NEW instead of SO_SNDTIMEO_OLD



Eliminate one more use of 'struct timeval' from the kernel so
we can eventually remove the definition as well.

The kernel supports the new format with a 64-bit time_t version
of timeval here, so use that instead of the old timeval.

Acked-by: default avatarDeepa Dinamani <deepa.kernel@gmail.com>
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent 74b5cab6
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment