..
I still see barriers as a separate issue from flushes.
Flushes are there for power failures and hot-removable devices.
Barriers are there for that, but also for better odds of data integrity
in the even of a filesystem or kernel crash.
Even if I don't want the kernel needlessly flushing my battery-backed
write caches, I still do want the barrier ordering that improves the
odds of filesystem consistency in the event of a kernel crash.
Cheers
--