Apologies for the delay, but Vault and LSF/MM kept me busy last week. These patches fix the issues which Jan pointed out. They aren't serious; this fixes ab issue which might result in some timestamps would end up becoming stale until the file system unmounted or syncfs(2) is run on it. Still, it's nice to fix them so the guarantee is as they have been documented and as people would expect. Theodore Ts'o (2): fs: make sure the timestamps for lazytime inodes eventually get written fs: add dirtytime_expire_seconds sysctl fs/fs-writeback.c | 93 ++++++++++++++++++++++++++++++++++++++++++----- include/linux/fs.h | 1 + include/linux/writeback.h | 3 ++ kernel/sysctl.c | 8 ++++ 4 files changed, 95 insertions(+), 10 deletions(-) -- 2.3.0 -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html