]> git.neil.brown.name Git - LaFS.git/commit
Change dirty_inode. Again.
authorNeilBrown <neilb@suse.de>
Mon, 28 Jun 2010 01:22:45 +0000 (11:22 +1000)
committerNeilBrown <neilb@suse.de>
Mon, 28 Jun 2010 01:22:45 +0000 (11:22 +1000)
commitcdcb7df44acf97dd43de273a134893297897a254
tree25c39404acd9f87cb8e1c15b2bffb7effadcb76a
parentd5a9aff764df14aa9ed89e781308eb79ea07ddf8
Change dirty_inode.  Again.

Just set I_Dirty and obey that when we write_cluster.

If a change to the inode has to happen after the checkpoint,
it will come through setattr which will wait for the block to
be written (in pin_dblock).

Possibly mtime updates will slip through, but we could set S_NOCTIME
and do the updates more transactionally outselves.

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