Are you saying that the tz code is racy in general (I saw the following thread
that you responded to as well):
http://marc.info/?l=linux-kernel&m=115954057716441&w=2
Or are you saying that the proposed "utc" option makes things racy?
All the "utc" option does (with this patch) is disable application of the
kernel's "tz_minuteswest" offset, so using it actually should remove races with
a DST switch, right?
I am not sure about that either (i.e. whether tz_minuteswest is altered on DST
changes or if it is only changed at boot).
And I think you are right that the kernel's idea of timezone (i.e.
"tz_minuteswest") is basically obsolete ("man gettimeofday" talks about this).
Yes, I thought about also providing an option that lets the user specify the
offset at mount - this may be useful for other scenarios (like moving Windows
disks between time zones), but the UTC option, itself, is very useful in that it
let's one use UTC on FAT devices, which is the least problematic way to do
things (e.g. for digital cameras, etc.).
-Joe
--