]> git.neil.brown.name Git - LaFS.git/commit
Set PinPending in flush_data_to_inode.
authorNeilBrown <neilb@suse.de>
Fri, 13 Aug 2010 03:59:10 +0000 (13:59 +1000)
committerNeilBrown <neilb@suse.de>
Fri, 13 Aug 2010 03:59:10 +0000 (13:59 +1000)
commita7fcdc0a714ff801d743bbbbe2968f04c56f3751
tree407d508247f7e1b9e946054e346d85950a1cb9bb
parent170bae53882ee8c1525989ea15483b0a2c095828
Set PinPending in flush_data_to_inode.

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>
cluster.c