On Thu, Jul 28, 2011 at 02:20:38PM -0700, Curt Wohlgemuth wrote: > > for_each_sb { > > ? ? ? ?sync_inodes_sb(); > > ? ? ? ?sync_fs(wait); > > ? ? ? ?__sync_blockdev(nowait); > > Do you mean "__sync_blockdev(wait)" here? 'Cause that's what > __sync_filesystem() does if wait=1. > > I'd have just chalked it up to a typo, but you repeated it everywhere > below too, and wanted to see if I'm missing something. It is a typo, and the other errors below are copy & paste instances of the typo above. -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html