Re: [PATCH v2 15/92] spufs: convert to ctime accessor functions

2023-07-06 Thread Arnd Bergmann
On Wed, Jul 5, 2023, at 21:00, Jeff Layton wrote: > In later patches, we're going to change how the inode's ctime field is > used. Switch to using accessor functions instead of raw accesses of > inode->i_ctime. > > Acked-by: Jeremy Kerr > Reviewed-by: Jan Kara > Signed-off-by: Jeff Layton

[PATCH v2 15/92] spufs: convert to ctime accessor functions

2023-07-05 Thread Jeff Layton
In later patches, we're going to change how the inode's ctime field is used. Switch to using accessor functions instead of raw accesses of inode->i_ctime. Acked-by: Jeremy Kerr Reviewed-by: Jan Kara Signed-off-by: Jeff Layton --- arch/powerpc/platforms/cell/spufs/inode.c | 2 +- 1 file