]> git.neil.brown.name Git - LaFS.git/commit
Clear B_OnFree when removing from freelist.
authorNeilBrown <neilb@suse.de>
Tue, 8 Jun 2010 07:32:57 +0000 (17:32 +1000)
committerNeilBrown <neilb@suse.de>
Tue, 8 Jun 2010 07:32:57 +0000 (17:32 +1000)
commit8f83f5709decc8c0ea9656a7fd023262c1484606
tree90dcf9d0fc9abdc2ec39c3aee20fe8d5489a0678
parentf67aeb3909c6fd07ca231e3c94d6b0427da670f6
Clear B_OnFree when removing from freelist.

This isn't strictly necessary as if refile want to use the
LRU for something else, it will clear this bit.
However clearing it both places makes for more consistency and less
confusing data structures.

Signed-off-by: NeilBrown <neilb@suse.de>
index.c