What if somebody remounts
 from default options
 (metadata: sync, data: nosync)
 to fully synced
 (metadata: sync, data:   sync)
 
 Example:
# mount | grep /home                                 
/dev/sd1h on /home type ffs (local)
# /sbin/mount -u -o sync /home                       
# mount | grep /home             
/dev/sd1h on /home type ffs (local, synchronous)

 Should this flush cache?

Reply via email to