]> git.baikalelectronics.ru Git - kernel.git/commit
dlm: use SO_SNDTIMEO_NEW instead of SO_SNDTIMEO_OLD
authorArnd Bergmann <arnd@arndb.de>
Fri, 25 Oct 2019 20:28:01 +0000 (22:28 +0200)
committerArnd Bergmann <arnd@arndb.de>
Wed, 18 Dec 2019 17:07:31 +0000 (18:07 +0100)
commit21d7a6275c4b9d629b507f517f29923c34419e49
tree19d00c5bffcac6e0d8c79f8b28d02ee0b003dae2
parentc1f7229f82943295930f91d9119b2b3489aa4ea7
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>
fs/dlm/lowcomms.c