All of lore.kernel.org
 help / color / mirror / Atom feed
* stable-rc 4.14: i386 and armv7 builds failed
@ 2019-07-24  7:52 Naresh Kamboju
  2019-07-24  9:05 ` Greg Kroah-Hartman
  0 siblings, 1 reply; 2+ messages in thread
From: Naresh Kamboju @ 2019-07-24  7:52 UTC (permalink / raw)
  To: linux- stable, jthumshirn, dsterba, nborisov, Greg Kroah-Hartman
  Cc: lkft-triage

stable rc 4.14 stable rc i386 and armv7 builds failed due to below error.

fs/btrfs/file.c: In function 'btrfs_punch_hole':
fs/btrfs/file.c:2787:27: error: invalid initializer
   struct timespec64 now = current_time(inode);
                           ^~~~~~~~~~~~
fs/btrfs/file.c:2790:18: error: incompatible types when assigning to
type 'struct timespec' from type 'struct timespec64'
   inode->i_mtime = now;
                   ^
fs/btrfs/file.c:2791:18: error: incompatible types when assigning to
type 'struct timespec' from type 'struct timespec64'
   inode->i_ctime = now;
                  ^

Best regards
Naresh Kamboju

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: stable-rc 4.14: i386 and armv7 builds failed
  2019-07-24  7:52 stable-rc 4.14: i386 and armv7 builds failed Naresh Kamboju
@ 2019-07-24  9:05 ` Greg Kroah-Hartman
  0 siblings, 0 replies; 2+ messages in thread
From: Greg Kroah-Hartman @ 2019-07-24  9:05 UTC (permalink / raw)
  To: Naresh Kamboju; +Cc: linux- stable, jthumshirn, dsterba, nborisov, lkft-triage

On Wed, Jul 24, 2019 at 01:22:33PM +0530, Naresh Kamboju wrote:
> stable rc 4.14 stable rc i386 and armv7 builds failed due to below error.
> 
> fs/btrfs/file.c: In function 'btrfs_punch_hole':
> fs/btrfs/file.c:2787:27: error: invalid initializer
>    struct timespec64 now = current_time(inode);
>                            ^~~~~~~~~~~~
> fs/btrfs/file.c:2790:18: error: incompatible types when assigning to
> type 'struct timespec' from type 'struct timespec64'
>    inode->i_mtime = now;
>                    ^
> fs/btrfs/file.c:2791:18: error: incompatible types when assigning to
> type 'struct timespec' from type 'struct timespec64'
>    inode->i_ctime = now;
>                   ^

Yeah, that's an odd one, it passes x86 at the moment and I can't see
why...


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-07-24  9:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-24  7:52 stable-rc 4.14: i386 and armv7 builds failed Naresh Kamboju
2019-07-24  9:05 ` Greg Kroah-Hartman

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.