Re: [PATCH 01/79] fs: add ctime accessors infrastructure

2023-07-12 Thread Christian Brauner
On Wed, Jul 12, 2023 at 08:31:55AM -0700, Randy Dunlap wrote: > Hi Jeff, > > On arch/um/, (subarch i386 or x86_64), hostfs build fails with: > > ../fs/hostfs/hostfs_kern.c:520:36: error: incompatible type for arg > ument 2 of 'inode_set_ctime_to_ts' > ../include/linux/fs.h:1499:73: note: expected

Re: [PATCH 01/79] fs: add ctime accessors infrastructure

2023-07-12 Thread Randy Dunlap
Hi Jeff, On arch/um/, (subarch i386 or x86_64), hostfs build fails with: ../fs/hostfs/hostfs_kern.c:520:36: error: incompatible type for arg ument 2 of 'inode_set_ctime_to_ts' ../include/linux/fs.h:1499:73: note: expected 'struct timespec64' b ut argument is of type 'const struct hostfs_timespec