[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20100628195739.GB6094@thunk.org>
Date: Mon, 28 Jun 2010 15:57:39 -0400
From: tytso@....edu
To: Nebojsa Trpkovic <trx.lists@...il.com>
Cc: linux-ext4@...r.kernel.org
Subject: Re: lifetime_write_kbytes isn't preserved during unclean shutdown
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists