Should always have this set when we pin a block.
It keeps the block pinned until it is dirtied.
As lafs_pin_block does a refile at the end, it can drop the Pinned
state as soon as it is set.
Signed-off-by: NeilBrown <neilb@suse.de>
credits--;
lafs_space_return(fs, credits);
/* FIXME do I need to get a SegRef ?? */
+ set_bit(B_PinPending, &lai->dblock->b.flags);
if (test_bit(B_Pinned, &b->flags))
lafs_pin_block_ph(&lai->dblock->b, !!test_bit(B_Phase1, &b->flags));
else