[PATCH][v2][CIFS] Fix setting time before epoch (negative time values)

Christoph Hellwig hch at infradead.org
Mon Sep 15 11:14:05 MDT 2014


>      /* Subtract the NTFS time offset, then convert to 1s intervals. */
> -    u64 t;
> +    s64 t = le64_to_cpu(ntutc) - NTFS_TIME_OFFSET;
> +
> +    /*

The patch looks whitespace damaged.



More information about the samba-technical mailing list