[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20121017225255.A0D6411FC3E@bugzilla.kernel.org>
Date: Wed, 17 Oct 2012 22:52:55 +0000 (UTC)
From: bugzilla-daemon@...zilla.kernel.org
To: linux-ext4@...r.kernel.org
Subject: [Bug 48751] ext3: ctime changes with no reason in 30 seconds after a
file change
https://bugzilla.kernel.org/show_bug.cgi?id=48751
Jan Kara <jack@...e.cz> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jack@...e.cz
--- Comment #4 from Jan Kara <jack@...e.cz> 2012-10-17 22:52:55 ---
Yeah, the reason is that /tmp/a/usr/lib/locale/locale-archive is written to via
mmap. ext3 (since it does not support delayed allocation) allocates blocks for
the written data only when flusher thread decides to do writeback on the inode
(which is 30s after the file is written). This allocation changes i_blocks
field of the inode and thus inode's ctime has to be changed as well.
I understand this is counter-intuitive but that's just how the filesystem
works...
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
--
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