Re: [PATCH 1/3] ext2fs: Add JBD2 on-disk layout headers
Samuel Thibault <[email protected]>
| Newsgroups | gmane.os.hurd.bugs |
|---|---|
| Organization | I am not organized |
| Message-ID | <aheTo530fieNCArp@end> |
Do we really have enough sync calls? I am implementing the flush call for ide/ahci drivers in gnumach, and I am not seeing that many sync requests. Notably, $ echo a > a $ sync does not trigger a sync. Shouldn't it? Samuel