Comment 1 for bug 510067

Revision history for this message
Andy Whitcroft (apw) wrote :

This was released in 2.6.32-12.16 for Lucid but unfortuanatly the commit was marked to be ignored so this bug didn't get closed by the janitor:

  commit 1182c7174e2844583451fac2fd9013543b095adf
  Author: Surbhi Palande <email address hidden>
  Date: Thu Jan 21 01:05:32 2010 +0000

    UBUNTU: [Config] ext3 defaults to ordered mode

    BugLink: http://bugs.launchpad.net/bugs/510067
    Ignore: yes

    To prevent a security threat of older data being inadvertently exposed, the
    default mount option of ext3 should be ordered instead of writeback. This
    patch enables the compile time option CONFIG_EXT3_DEFAULTS_TO_ORDERED to
    ensure that an ext3 fs mounts with the data=ordered mode.

    Signed-off-by: Surbhi Palande <email address hidden>
    Signed-off-by: Andy Whitcroft <email address hidden>