Re: smbfs timestamps

Bill Hawes (whawes@star.net)
Sun, 23 Nov 1997 09:07:53 -0500


Chris Wedgwood wrote:
>
> Oops. NT4(sp3).
>
> CONFIG_SMB_FS=m
> CONFIG_SMB_WIN95=y

OK, you definitely don't want to use the Win 95 workaround to talk to a
Win NT server. It slows down directory listings ('cause poor Win 95
can't keep up), and also substitutes old-style getattr calls (Win 95 is
very slow.) The latter would cause your timestamps to get messed up, as
Win NT appears to have a bug in its handling of core protocol getattr.

Please undo the CONFIG option and see if this helps ...

Regards,
Bill