Qual è la prima versione del kernel Linux a impostare relatime
come opzione di montaggio predefinita?
Risposta accettata:
Ricordo la modifica, ma non riuscivo a ricordare la data.
Sembra che fosse nel 2007.
Secondo l'articolo, relatime era disponibile in 2.6.20 ed è diventata l'opzione predefinita a poche versioni dopo (2.6.24) forse.
Modifica: man mount
/relatime dice 2.6.30.
Da 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]>