]> git.neil.brown.name Git - LaFS.git/commit
Small lafs_refile clean up
authorNeilBrown <neilb@suse.de>
Wed, 15 Sep 2010 04:34:23 +0000 (14:34 +1000)
committerNeilBrown <neilb@suse.de>
Wed, 15 Sep 2010 04:34:23 +0000 (14:34 +1000)
commit787992e2fa83048d7c1dd6ede6a326a5fac18190
tree510a2274f0c4c4a5939f6d1b484b8c2a6caf58ab
parent824275a5d2d6f3b9641f90519e26b499a2ba2665
Small lafs_refile clean up

We don't need the 'onlru' variable any more.
And we shouldn't really delete data  blocks from the lru at that
point, as they could be on a cluster or io-pending list.
Index blocks are safe as their refcount is zero, so they can only
be on the leaf lru.

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