Searched hist:"5311 f707" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/fs/dlm/ |
H A D | lowcomms.c | 5311f707 Fri Oct 25 15:28:01 CDT 2019 Arnd Bergmann <arnd@arndb.de> 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: Deepa Dinamani <deepa.kernel@gmail.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de> 5311f707 Fri Oct 25 15:28:01 CDT 2019 Arnd Bergmann <arnd@arndb.de> 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: Deepa Dinamani <deepa.kernel@gmail.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
|