Re: [PATCH] noatime even for dirs

2007-10-05 Thread Thomas Schwinge
Hello! On Thu, Aug 16, 2007 at 11:26:59PM +0200, Samuel Thibault wrote: > The --noatime option of libdiskfs can be used to drop the update of the > atime field, which speeds I/O up. However, ext2fs, fatfs and ufs don't > honour that option for directories: they always update the atime. Here > is

[PATCH] noatime even for dirs

2007-08-16 Thread Samuel Thibault
Hi, The --noatime option of libdiskfs can be used to drop the update of the atime field, which speeds I/O up. However, ext2fs, fatfs and ufs don't honour that option for directories: they always update the atime. Here is a patch that adds a common libdiskfs function for setting the atime only if