¿Cuál es la primera versión del kernel de Linux para establecer relatime
? como opción de montaje predeterminada?
Respuesta aceptada:
Recuerdo el cambio, pero no podía recordar la fecha.
Parece que fue en 2007.
Según el artículo, relatime estaba disponible en 2.6.20, y se convirtió en la opción predeterminada a pocas versiones después de eso (2.6.24) tal vez.
Editar: man mount
/relatime dice 2.6.30.
De 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]>