diff options
author | Deepa Dinamani <deepa.kernel@gmail.com> | 2019-12-03 06:19:41 +0100 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2019-12-09 01:10:52 +0100 |
commit | 918c900987f2ea59c3de793b744bff5f7d691ac2 (patch) | |
tree | c9537e229a0ee71ad5dd50380a8d6f33f65dc71f /fs/ceph | |
parent | fs: fat: Eliminate timespec64_trunc() usage (diff) | |
download | linux-918c900987f2ea59c3de793b744bff5f7d691ac2.tar.xz linux-918c900987f2ea59c3de793b744bff5f7d691ac2.zip |
fs: cifs: Delete usage of timespec64_trunc
timestamp_truncate() is the replacement api for
timespec64_trunc. timestamp_truncate() additionally clamps
timestamps to make sure the timestamps lie within the
permitted range for the filesystem.
Truncate the timestamps in the struct cifs_attr at the
site of assignment to inode times. This
helps us use the right fs api timestamp_trucate() to
perform the truncation.
Also update the ktime_get_* api to match the one used in
current_time(). This allows for timestamps to be updated
the same way always.
Signed-off-by: Deepa Dinamani <deepa.kernel@gmail.com>
Cc: stfrench@microsoft.com
Cc: linux-cifs@vger.kernel.org
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/ceph')
0 files changed, 0 insertions, 0 deletions