]> git.neil.brown.name Git - LaFS.git/commit
Wait for a checkpoint before returning ENOSPC
authorNeilBrown <neilb@suse.de>
Sun, 15 Aug 2010 08:30:36 +0000 (18:30 +1000)
committerNeilBrown <neilb@suse.de>
Sun, 15 Aug 2010 08:30:36 +0000 (18:30 +1000)
commit8e28990842d1d7d07113ad04861c1ef02106494f
tree439d1850f24e2f564b401fd86f5d699217a74f62
parent2b0c252a4575d432e7cb46e5d0eb725d50c69381
Wait for a checkpoint before returning ENOSPC

If we seem to run out of space, it is worth waiting for
a checkpoint as that might free up some space.  So add
an extra step to the sequence leading from 'no space' to 'ENOSPC'.

Signed-off-by: NeilBrown <neilb@suse.de>
block.c
checkpoint.c
clean.c
cluster.c
lafs.h
segments.c
state.h
super.c