Re: File that "vanish"es between readdir and stat is not IO error

2004-03-30 Thread John Van Essen
On Tue, 30 Mar 2004, Wayne Davison <[EMAIL PROTECTED]> wrote: > On Mon, Jan 19, 2004 at 03:21:16AM -0600, John Van Essen wrote: >> In make_file(), when readlink_stat() fails, if error is NOENT >> then perhaps do the same that that send_files() now does and >> report as vanished and set IOERR_VANISH

Re: File that "vanish"es between readdir and stat is not IO error

2004-03-30 Thread Wayne Davison
On Mon, Jan 19, 2004 at 03:21:16AM -0600, John Van Essen wrote: > In make_file(), when readlink_stat() fails, if error is NOENT > then perhaps do the same that that send_files() now does and > report as vanished and set IOERR_VANISHED? Appended is a first-cut of a patch to implement this. I'm con