tags 366940 confirmed
thanks

> $ date --rfc-3339=ns; touch 1.touch; ls -la --full-time 1.touch;sleep 1;
> ls -la --full-time 1.touch
> 2006-05-12 12:39:53.241027000+04:00
> -rw-r--r-- 1 srr srr 0 2006-05-12 12:39:53.000000000 +0400 1.touch
> -rw-r--r-- 1 srr srr 0 2006-05-12 12:39:53.000000000 +0400 1.touch
> 
> On server side there is HPUX with samba:
> $ /usr/local/samba/bin/smbd -V
> Version 2.2.8a
> 
> Because of this rounding editors reports files are modified, that is
> annoying.

[EMAIL PROTECTED]:~# mount -t cifs -o,user=bubulle //localhost/public /mnt
Password:
[EMAIL PROTECTED]:~# cd /mnt
[EMAIL PROTECTED]:/mnt# touch pouet
[EMAIL PROTECTED]:/mnt# rm pouet
[EMAIL PROTECTED]:/mnt# date --rfc-3339=ns; touch 1.touch; ls -la --full-time 
1.touch;sleep 1;
2006-05-12 17:49:30.070380000+02:00
-rw-rw---- 1 bubulle bubulle 0 2006-05-12 17:49:30.079054232 +0200 1.touch
[EMAIL PROTECTED]:/mnt# ls -la --full-time 1.touch
-rw-rw---- 1 bubulle bubulle 0 2006-05-12 17:49:30.000000000 +0200 1.touch



I did this test to confirm that this is not a weird bug with the
client+server combination.

Of course, here, I'm using 3.0.22 from sid on both sides, so I think
we can mark this as confirmed.

I intent to report it upstream. Or should this be considered a bug in
the cifs module of the kernel and thereforre properly reassigned?

Attachment: signature.asc
Description: Digital signature

Reply via email to