Re: [PATCH 00/23] per device dirty throttling -v8
From: Ingo Molnar <hidden>
Date: 2007-08-04 20:12:17
Also in:
lkml
From: Ingo Molnar <hidden>
Date: 2007-08-04 20:12:17
Also in:
lkml
* Ingo Molnar [off-list ref] wrote:
+#ifdef CONFIG_FASTATIME + if (!(flags & (MNT_NOATIME | MNT_NODIRATIME))) + mnt_flags |= MNT_RELATIME; +#endif
btw., "relatime" does not seem to make much of a difference, if i do
this:
ls -l x ; sync
on a "relatime" mounted filesystem ('x' is a regular file), then there's
disk IO for every such command. Only if i mount it noatime,nodiratime do
i get zero disk IO. Or my patch is wrong somehow.
Ingo
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>