Flush file blocks to storage before the inode.
authorMichael Vrable <mvrable@cs.ucsd.edu>
Wed, 27 Jan 2010 19:49:59 +0000 (11:49 -0800)
committerMichael Vrable <mvrable@cs.ucsd.edu>
Wed, 27 Jan 2010 19:49:59 +0000 (11:49 -0800)
commit1c95720b285aac9770a7ffa62c91040174dd68b8
treefeaf4516dbf17c5f81a8d2d601ad036eed296ed7
parente28023d2e5189f8902fa8590a3100f185c947f61
Flush file blocks to storage before the inode.

Otherwise, some blocks might not have been assigned a name and so
seriaizing the inode will lose data.
bluesky/inode.c