Re: [PATCH v2 2/3] staging: exfat: drop unused field access_time_ms

From: Greg Kroah-Hartman
Date: Sun Sep 08 2019 - 12:41:52 EST


On Sun, Sep 08, 2019 at 04:10:14PM +0000, Valentin Vidic wrote:
> Not used in the exfat-fuse implementation and spec defines
> this position should hold the value for CreateUtcOffset.

Then why not just put CreateUtcOffset in here instaed of deleting it?

I would much rather the fields match the spec in the structures for lots
of good reasons, instead of having loads of "reserved[]" variables.

thanks,

greg k-h