]> git.baikalelectronics.ru Git - kernel.git/commit
fs: nfs: get rid of memcpys for inode times
authorDeepa Dinamani <deepa.kernel@gmail.com>
Wed, 9 May 2018 20:43:33 +0000 (13:43 -0700)
committerDeepa Dinamani <deepa.kernel@gmail.com>
Fri, 25 May 2018 22:31:13 +0000 (15:31 -0700)
commit1872376471c349d3e153337e963ade6230723a5f
tree6b2ade74add5e54692b363f52512d7decbb678ea
parent6683a39e3cd1bfe640f2bbecb800a89741bc9194
fs: nfs: get rid of memcpys for inode times

Subsequent patches in the series convert inode timestamps
to use struct timespec64 instead of struct timespec as
part of solving the y2038 problem.
This will lead to type mismatch for memcpys.
Use regular assignments instead.

Signed-off-by: Deepa Dinamani <deepa.kernel@gmail.com>
Cc: trond.myklebust@primarydata.com
fs/nfs/inode.c