From: Andreas Jaeger Date: Mon, 8 Jul 2002 16:57:12 +0000 (+0000) Subject: (ST_NODIRATIME): Set to 2048. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7716952c6c533ba2fc5424565074dae437eaf820;p=thirdparty%2Fglibc.git (ST_NODIRATIME): Set to 2048. --- diff --git a/sysdeps/unix/sysv/linux/bits/statvfs.h b/sysdeps/unix/sysv/linux/bits/statvfs.h index 32e03f31ea2..f6b8070ba8c 100644 --- a/sysdeps/unix/sysv/linux/bits/statvfs.h +++ b/sysdeps/unix/sysv/linux/bits/statvfs.h @@ -69,7 +69,7 @@ struct statvfs64 #endif /* Definitions for the flag in `f_flag'. These definitions should be - kept in sync which the definitions in . */ + kept in sync with the definitions in . */ enum { ST_RDONLY = 1, /* Mount read-only. */ @@ -93,7 +93,7 @@ enum # define ST_IMMUTABLE ST_IMMUTABLE ST_NOATIME = 1024, /* Do not update access times. */ # define ST_NOATIME ST_NOATIME - ST_NODIRATIME /* Do not update directory access times. */ + ST_NODIRATIME = 2048 /* Do not update directory access times. */ # define ST_NODIRATIME ST_NODIRATIME #endif /* Use GNU. */ };