Re: [PATCH] libdiskfs: expose the ST_NOATIME flag

2013-05-10 Thread Roland McGrath
Sure, I just meant might as well wait to do the Hurd change until after everybody who cares is using a libc with the change.

Re: [PATCH] libdiskfs: expose the ST_NOATIME flag

2013-05-10 Thread Samuel Thibault
Pino Toscano, le Fri 10 May 2013 22:56:50 +0200, a écrit : > the attached patch makes use of the ST_NOATIME flag I just added in > glibc for statvfs/fstatvfs, by making libdiskfs expose it if needed in > its file_statfs implementation. (This will automatically cover ext2fs > and tmpfs, for examp

Re: [PATCH] libdiskfs: expose the ST_NOATIME flag

2013-05-10 Thread Pino Toscano
Alle venerdì 10 maggio 2013, Roland McGrath ha scritto: > I'm more inclined to just use things unconditionally and say that you > need to update your libc install before you build the Hurd. I would agree if the features were in some stable release of glibc, while they are just in glibc's master

Re: [PATCH] libdiskfs: expose the ST_NOATIME flag

2013-05-10 Thread Roland McGrath
I'm more inclined to just use things unconditionally and say that you need to update your libc install before you build the Hurd. #ifdef's in the code as if it were really intended to apply to a variety of environments is just icky.

[PATCH] libdiskfs: expose the ST_NOATIME flag

2013-05-10 Thread Pino Toscano
d8ea3647ac4367d2ca22c3033802c4062ead6e71 Mon Sep 17 00:00:00 2001 From: Pino Toscano Date: Fri, 10 May 2013 22:31:41 +0200 Subject: [PATCH] libdiskfs: expose the ST_NOATIME flag Expose ST_NOATIME as flag (if available in glibc) if diskfs is set in noatime mode. * libdiskfs/file-statfs.c (diskfs_S_file_statfs): Set