Was ist die erste Linux-Kernel-Veröffentlichung, die relatime
festlegt? als standardmäßige Einhängeoption?
Akzeptierte Antwort:
Ich erinnere mich an die Änderung, konnte mich aber nicht an das Datum erinnern.
Es scheint, dass es 2007 war.
Dem Artikel zufolge war Relatime in 2.6.20 verfügbar und wurde zur Standardoption a einige Versionen danach (2.6.24) vielleicht.
Bearbeiten: man mount
/relatime sagt 2.6.30.
Von ChangeLog-2.6.30:
commit 0a1c01c9477602ee8b44548a9405b2c1d587b5a2 Author: Matthew Garrett <[email protected]> Date: Thu Mar 26 17:53:14 2009 +0000 Make relatime default Change the default behaviour of the kernel to use relatime for all filesystems. This can be overridden with the "strictatime" mount option. Signed-off-by: Matthew Garrett <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>