Re: nfsd vfs.c does not seems to fsync() with file overwrite, whenit have to.

2001-04-03 Thread Neil Brown
On Tuesday April 3, [EMAIL PROTECTED] wrote: > NB> Whenever you write to a file you change the inode - by changing the > NB> modify time at least. Look at generic_file_write in mm/filemap.c. > NB> Notice the code: > NB>if (count) { > NB> remove_suid(inode); > inode-> i_ctime = i

Re: nfsd vfs.c does not seems to fsync() with file overwrite, whenit have to.

2001-04-03 Thread Kenichi Okuyama
Dear Neil, First of all, thank you for the answer. You've gave me good enough hint to make several points clear. > "NB" == Neil Brown <[EMAIL PROTECTED]> writes: >> Whether we should call nfsd_sync() or not, should not depend on >> whetherEX_WGATHER(exp) is true or not. So, calling nf