NFS: Convert struct nfs_fattr to use struct timespec64
[linux-block.git] / fs / nfs / internal.h
index 447a3c17fa8e6c6b87c56f35253b4bedf4ebc702..24a65da58aa95836c8fb146c84d91624c6fb9818 100644 (file)
@@ -713,7 +713,7 @@ unsigned int nfs_page_array_len(unsigned int base, size_t len)
  * 1024*1024*1024.
  */
 static inline
-u64 nfs_timespec_to_change_attr(const struct timespec *ts)
+u64 nfs_timespec_to_change_attr(const struct timespec64 *ts)
 {
        return ((u64)ts->tv_sec << 30) + ts->tv_nsec;
 }