commit | 595c1e9bab7fd5512250d0e297e50a549af59b1f | [log] [tgz] |
---|---|---|
author | Kent Overstreet <kent.overstreet@gmail.com> | Wed Apr 28 22:51:42 2021 -0400 |
committer | Kent Overstreet <kent.overstreet@linux.dev> | Sun Oct 22 17:09:02 2023 -0400 |
tree | a66d69cfe31dd911c0ca62d426b44b02ac63a93c | |
parent | 4f6dad46cb4b6db75758bc790a74d7f0f04e450b [diff] |
bcachefs: Fix time handling There were some overflows in the time conversion functions - fix this by converting tv_sec and tv_nsec separately. Also, set sb->time_min and sb->time_max. Fixes xfstest generic/258. Signed-off-by: Kent Overstreet <kent.overstreet@gmail.com> Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>