Joachim Ott schrieb: > See http://1qaz.de/crontab.txt - vim even makes a fsync-call, st_size > and st_mtime are set to new values, but a few lines later when vim and > the calling shell have terminated, the fstat from within crontab says > st_size = 0 and st_mtime unchanged. Could it be that the fstat is > getting the data from the fs-cache instead of the fs itself? > > yes, this could be possible.
from the view of a programmer, i wouldn't expect, that my file descriptor or stat call is changing for an from my program opened file. did you have a look in the ubuntu-patches ? _______________________________________________ Shr-User mailing list [email protected] http://lists.shr-project.org/mailman/listinfo/shr-user
