Fix a bug in committing of dirty inodes to stable storage.
authorMichael Vrable <mvrable@cs.ucsd.edu>
Mon, 22 Mar 2010 23:38:53 +0000 (16:38 -0700)
committerMichael Vrable <mvrable@cs.ucsd.edu>
Mon, 22 Mar 2010 23:38:53 +0000 (16:38 -0700)
commitd2e23899649c348326f306b61d12fbd4f6fb0b66
tree95b2c3d0135fe2a6ab76d861f0c9ac002df683e4
parentd7d143ef0ccf0f49a8fd23a3c76bc68c0b04e07e
Fix a bug in committing of dirty inodes to stable storage.

Previously, if an inode changed while it was being committed, we would
stall all future commits.  Now allow those commits to proceed once the
first commit is done.
bluesky/cache.c