* Ingo Molnar <[email protected]> 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 from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- Follow-Ups:
- Re: [PATCH 00/23] per device dirty throttling -v8
- From: Arjan van de Ven <[email protected]>
- Re: [PATCH 00/23] per device dirty throttling -v8
- References:
- Re: [PATCH 00/23] per device dirty throttling -v8
- From: Ingo Molnar <[email protected]>
- Re: [PATCH 00/23] per device dirty throttling -v8
- From: Linus Torvalds <[email protected]>
- Re: [PATCH 00/23] per device dirty throttling -v8
- From: Ingo Molnar <[email protected]>
- Re: [PATCH 00/23] per device dirty throttling -v8
- From: Linus Torvalds <[email protected]>
- Re: [PATCH 00/23] per device dirty throttling -v8
- From: Jeff Garzik <[email protected]>
- Re: [PATCH 00/23] per device dirty throttling -v8
- From: Jörn Engel <[email protected]>
- Re: [PATCH 00/23] per device dirty throttling -v8
- From: Ingo Molnar <[email protected]>
- Re: [PATCH 00/23] per device dirty throttling -v8
- From: Jörn Engel <[email protected]>
- Re: [PATCH 00/23] per device dirty throttling -v8
- From: Linus Torvalds <[email protected]>
- Re: [PATCH 00/23] per device dirty throttling -v8
- From: Ingo Molnar <[email protected]>
- Re: [PATCH 00/23] per device dirty throttling -v8
- Prev by Date: Re: Documentation of kernel messages (Summary)
- Next by Date: Re: RFT: updatedb "morning after" problem [was: Re: -mm merge plans for 2.6.23]
- Previous by thread: Re: [PATCH 00/23] per device dirty throttling -v8
- Next by thread: Re: [PATCH 00/23] per device dirty throttling -v8
- Index(es):