On Sun, Aug 18, 2019 at 09:58:00AM -0700, Deepa Dinamani wrote:
> Update the inode timestamp updates to use timestamp_truncate()
> instead of timespec64_trunc().
> 
> The change was mostly generated by the following coccinelle
> script.
> 
> virtual context
> virtual patch
> 
> @r1 depends on patch forall@
> struct inode *inode;
> identifier i_xtime =~ "^i_[acm]time$";
> expression e;
> @@
> 
> inode->i_xtime =
> - timespec64_trunc(
> + timestamp_truncate(
> ...,
> - e);
> + inode);
> 
> Signed-off-by: Deepa Dinamani <deepa.ker...@gmail.com>
> Cc: adrian.hun...@intel.com
> Cc: dedeki...@gmail.com
> Cc: gre...@linuxfoundation.org
> Cc: h...@lst.de
> Cc: jaeg...@kernel.org
> Cc: jl...@evilplan.org
> Cc: rich...@nod.at
> Cc: t...@kernel.org
> Cc: yuch...@huawei.com
> Cc: linux-f2fs-de...@lists.sourceforge.net
> Cc: linux-ntfs-...@lists.sourceforge.net
> Cc: linux-...@lists.infradead.org
> ---
>  fs/attr.c           | 21 ++++++++++++---------
>  fs/configfs/inode.c | 12 ++++++------
>  fs/f2fs/file.c      | 21 ++++++++++++---------
>  fs/kernfs/inode.c   |  7 +++----
>  fs/ntfs/inode.c     | 21 ++++++++++++---------
>  fs/ubifs/file.c     | 21 ++++++++++++---------
>  6 files changed, 57 insertions(+), 46 deletions(-)

For kernfs:
        Acked-by: Greg Kroah-Hartman <gre...@linuxfoundation.org>
_______________________________________________
Y2038 mailing list
Y2038@lists.linaro.org
https://lists.linaro.org/mailman/listinfo/y2038

Reply via email to