commit | 06705bff9114531a997a7d0c2520bea0f2927410 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Sat Mar 28 10:59:57 2009 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Sat Mar 28 10:59:57 2009 -0400 |
tree | f7bef499cd491c8171db45da5b02c168655d4236 | |
parent | e7c9e3e99adf6c49c5d593a51375916acc039d1e [diff] |
ext4: Regularize mount options Add support for using the mount options "barrier" and "nobarrier", and "auto_da_alloc" and "noauto_da_alloc", which is more consistent than "barrier=<0|1>" or "auto_da_alloc=<0|1>". Most other ext3/ext4 mount options use the foo/nofoo naming convention. We allow the old forms of these mount options for backwards compatibility. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>