]> git.neil.brown.name Git - LaFS.git/commit
Remove lafs_write_super.
authorNeilBrown <neilb@suse.de>
Fri, 2 Jul 2010 23:44:25 +0000 (09:44 +1000)
committerNeilBrown <neilb@suse.de>
Sat, 3 Jul 2010 00:16:13 +0000 (10:16 +1000)
commit065fabfbf2fc962aec2640b08c606aef773d3748
treeb83f37a00a19a75d09fc411388ba56bfd02e455f
parent1597c0a6a252dec9d7de8ea9d5c6bfb76d2b5175
Remove lafs_write_super.

We don't really want to do anything of lafs_write_super
as we write the superblock when needed anyway.
However lafs_sync_fs needs to do what lafs_write_super was doing,
at least sometimes.

lafs_sync_fs will now force a checkpoint exactly when s_dirt is
set.  So revise those setting a little - I think we only want this if
there are dirty inodes to flush. but that needs to be thought about
more when I fix write_inode.

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