Hi Arnd,
On Wed, Apr 29, 2015 at 8:29 PM, Arnd Bergmann arnd@arndb.de wrote:
On Wednesday 29 April 2015 20:23:06 Ksenija Stanojevic wrote:
struct timeval tv is used to get current time. 32-bit systems using 'struct timeval' will break in the year 2038, so we have to replace that code with more appropriate types.
Signed-off-by: Ksenija Stanojevic ksenija.stanojevic@gmail.com
Looks good, thanks a lot!
Reviewed-by: Arnd Bergmann arnd@arndb.de
I suggest you send it to Greg so he can apply it to the staging tree, with the appropriate maintainers (Micky Ching) and mailing lists (linux-kernel, linux-scsi, and devel@driverdev.osuosl.org) on Cc, in addition to this list.
Ok. I will.
Thanks, Ksenija