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.
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 1182c7174e28445 83451fac2fd9013 543b095adf
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 EXT3_DEFAULTS_ TO_ORDERED to
default mount option of ext3 should be ordered instead of writeback. This
patch enables the compile time option CONFIG_
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>