mirror of
https://github.com/versity/scoutfs.git
synced 2026-04-25 07:46:44 +00:00
In rhel7 this is a nested struct with ktime_t. However, in rhel8 ktime_t is a simple s64, and not a union, and thus we can't do this as easily. Just memset it. Signed-off-by: Auke Kok <auke.kok@versity.com>