Files
linux-stable-mirror/include/linux
Deepa Dinamani 50e17c000c vfs: Add timestamp_truncate() api
timespec_trunc() function is used to truncate a
filesystem timestamp to the right granularity.
But, the function does not clamp tv_sec part of the
timestamps according to the filesystem timestamp limits.

The replacement api: timestamp_truncate() also alters the
signature of the function to accommodate filesystem
timestamp clamping according to flesystem limits.

Note that the tv_nsec part is set to 0 if tv_sec is not within
the range supported for the filesystem.

Signed-off-by: Deepa Dinamani <deepa.kernel@gmail.com>
Acked-by: Jeff Layton <jlayton@kernel.org>
2019-08-30 07:27:17 -07:00
..
2019-08-15 15:18:05 +02:00
2019-08-15 11:09:16 -06:00
2019-07-18 09:49:30 +02:00
2019-07-23 13:59:33 -07:00
2019-08-30 07:27:17 -07:00
2019-08-19 09:43:57 -07:00
2019-07-26 17:01:29 -06:00
2019-08-12 10:47:55 +02:00
2019-08-30 07:27:17 -07:00
2019-08-15 15:18:05 +02:00
2019-07-18 10:20:13 -06:00