]> git.neil.brown.name Git - LaFS.git/commit
Remove incorrect BUG_ON in checkpoint.
authorNeilBrown <neilb@suse.de>
Wed, 2 Sep 2009 00:55:20 +0000 (10:55 +1000)
committerNeilBrown <neilb@suse.de>
Wed, 2 Sep 2009 00:55:20 +0000 (10:55 +1000)
commit2b74f679dfc9e7ea144a1163f30f11f1412f08f8
tree660ae5a4eae980b74c0e13b5719ed2e42db27ad0
parent1cd96dfef30f8cdeaabbffd48e6d295767768a40
Remove incorrect BUG_ON in checkpoint.

It seems that this list can be empty fairly often without
any problems caused - I was afraid of infinite loops as it appears
there is nothing to do.
Maybe it is just the waiting that is needed.
checkpoint.c