]> git.neil.brown.name Git - LaFS.git/commit
checkpin: don't hold references on primary superblock.
authorNeilBrown <neilb@suse.de>
Fri, 4 Mar 2011 23:44:23 +0000 (10:44 +1100)
committerNeilBrown <neilb@suse.de>
Fri, 4 Mar 2011 23:44:23 +0000 (10:44 +1100)
commit2d5ba74b5950d6930280adb4abce32ed26010fe0
treec446a035cdbccfe7e9087e474209fd0870b4da70
parent6de902f586b12e919b4c5ff49ab2edd4771cfd98
checkpin: don't hold references on primary superblock.

This isn't really a need to hold a reference on the primary
superblock as everything else does and when the last reference goes
it will stop the cleaner so these references won't be needed any.

This is only an interim solution - we will be removing the
multiple superblocks soon and all this will go away.

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