commit | 0a2dfbecb36119c3fa7d815308c6aa90789bbf02 | [log] [tgz] |
---|---|---|
author | Deepa Dinamani <deepa.kernel@gmail.com> | Wed May 09 13:43:33 2018 -0700 |
committer | Deepa Dinamani <deepa.kernel@gmail.com> | Fri May 25 15:31:13 2018 -0700 |
tree | 6b2ade74add5e54692b363f52512d7decbb678ea | |
parent | 13442b036a133f77898b2dbde4400413d123389a [diff] |
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