[EMAIL PROTECTED] (Nathan Myers) writes: > In the 2.4 kernel it says (fs/buffer.c) > /* this needs further work, at the moment it is identical to fsync() */ > down(&inode->i_sem); > err = file->f_op->fsync(file, dentry); > up(&inode->i_sem); Hmm, that's the same code that's been there since 2.0 or before. I had trawled the Linux kernel mail lists and found patch submissions from several different people to make fdatasync really work, and what I thought was an indication that at least one had been applied. Evidently not. Oh well... regards, tom lane
- Re: [HACKERS] WAL and commit_delay Bruce Momjian
- Re: [HACKERS] WAL and commit_delay Tom Lane
- Re: [HACKERS] WAL and commit_delay Bruce Momjian
- Re: [HACKERS] WAL and commit_delay Larry Rosenman
- Re: [HACKERS] WAL and commit_delay Bruce Momjian
- Re: [HACKERS] WAL and commit_delay Larry Rosenman
- Re: [HACKERS] WAL and commit_delay Tom Lane
- [HACKERS] Re: WAL and commit_delay Brent Verner
- Re: [HACKERS] Re: WAL and commit_delay Nathan Myers
- [HACKERS] Re: Re: WAL and commit_delay Brent Verner
- Re: [HACKERS] Re: WAL and commit_delay Tom Lane
- Re: [HACKERS] Re: WAL and commit_delay Nathan Myers
- Re: [HACKERS] Re: WAL and commit_delay Tom Lane
- [HACKERS] Re: WAL and commit_delay Adriaan Joubert
- Re: [HACKERS] Re: WAL and commit_delay Tom Lane
- Re: [HACKERS] Re: WAL and commit_delay Larry Rosenman
- Re: [HACKERS] Re: WAL and commit_delay Tom Lane
- Re: [HACKERS] Re: WAL and commit_delay Nathan Myers
- Re: [HACKERS] Re: WAL and commit_delay Jan Wieck
- Re: [HACKERS] WAL and commit_delay Nathan Myers
- Re: [HACKERS] WAL and commit_delay Jerome Vouillon