Re: [reiserfs-list] fsync(dir)

2001-07-30 Thread Alexander Zarochentcev
KF Hi. KF Having experienced the (not unexpected) heavy slowdown one gets by KF fsyncing the directory after a rename/link/unlink/symlink operation, I KF have a question. When I do: KF fd=open(.); KF fsync(fd); KF close(fd); KF /* I do error checking, in case you were wondering :) */

Re: [reiserfs-list] fsync(dir)

2001-07-30 Thread Ketil Froyn
On Mon, 30 Jul 2001, Alexander Zarochentcev wrote: As you see reiserfs_dir_fsync does transaction commit and waits until it is done. In short, all modified metadata blocks are being written to disk. Reiserfs works fast if can join many logical transactions into one and commit that huge

Re: [reiserfs-list] fsync(dir)

2001-07-30 Thread Alexander Zarochentcev
KF On Mon, 30 Jul 2001, Alexander Zarochentcev wrote: As you see reiserfs_dir_fsync does transaction commit and waits until it is done. In short, all modified metadata blocks are being written to disk. Reiserfs works fast if can join many logical transactions into one and commit