On Sun, Jun 27, 2010 at 06:56:07PM +0200, Nebojsa Trpkovic wrote: > I've noticed that lifetime_write_kbytes isn't preserved during unclean > shutdown. Yes, right now we are only updating the superblock's lifetime write kbytes at unmount time. It should be possible to do a better job; but I don't want to increase writes to the disk just to keep the s_lifetime value up-to-date. So what we should probably do is update it when we are going to be updating the superblock anyway (i.e., when we update the orphaned inode linked list) and maybe on some periodic basis (say once an hour) otherwise. Thanks for reporting this. I'll put it on my backlog queue, unless someone beats me to submitting a patch.... - Ted -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html