Re: [RFC PATCH 1/7] sound: Replace timespec with timespec64

From: Arnd Bergmann
Date: Thu Sep 21 2017 - 06:02:28 EST


On Thu, Sep 21, 2017 at 8:18 AM, Baolin Wang <baolin.wang@xxxxxxxxxx> wrote:
> Since timespec is not year 2038 safe on 32bit system, and we need to
> convert all timespec variables to timespec64 type for sound subsystem.
>
> This patch is used to do preparation for following patches, that will
> convert all structures defined in uapi/sound/asound.h to use 64-bit
> time_t.
>
> Signed-off-by: Baolin Wang <baolin.wang@xxxxxxxxxx>

Looks good to me. This could perhaps be split up further, but it
seems small enough to get merged as a single patch.

Arnd