[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAK8P3a2zGYvq31LXceZH7Lz+V1i0wdsAE+PpW=BO_JGtaMpSzQ@mail.gmail.com>
Date: Tue, 31 Oct 2017 22:36:31 +0100
From: Arnd Bergmann <arnd@...db.de>
To: Jan Kara <jack@...e.cz>
Cc: y2038 Mailman List <y2038@...ts.linaro.org>,
Al Viro <viro@...iv.linux.org.uk>,
Deepa Dinamani <deepa.kernel@...il.com>,
Linux FS-devel Mailing List <linux-fsdevel@...r.kernel.org>,
Anders Larsen <al@...rsen.net>,
"# 3.4.x" <stable@...r.kernel.org>,
David Howells <dhowells@...hat.com>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH v2 1/2] isofs: fix timestamps beyond 2027
On Tue, Oct 31, 2017 at 5:59 PM, Jan Kara <jack@...e.cz> wrote:
> On Thu 19-10-17 17:29:12, Arnd Bergmann wrote:
>> On Thu, Oct 19, 2017 at 5:17 PM, Jan Kara <jack@...e.cz> wrote:
>> >>
>> >> - year = p[0];
>> >> + year = (int)(u8)p[0];
>> >
>> > The cast seems unnecessary now?
>> >
>>
>> Sorry, I must have rebased the patch incorrectly, this was intended to
>> be removed
>> of course.
>
> OK, I've picked up this patch to my tree with this correction.
Thanks! I was planning to send the fixed version but didn't get
around to it before ELC, and by now I had forgotten about it.
Arnd
Powered by blists - more mailing lists