> The simple fix is along the lines of adding code to fsync() that walks the
> inode page list and writes out dirty pages.
> 
> The clever and clean fix is to split the inode page list into two lists,
> one for dirty and one for clean pages, and only walk the dirty list.

Like the patches that were floating around on the list for the past 
few months to make O_SYNC work. Could those be used for it ?

> 

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/

Reply via email to