From: Theodore Ts'o Date: Sat, 28 Mar 2009 14:59:57 +0000 (-0400) Subject: ext4: Regularize mount options X-Git-Tag: v2.6.30-rc1~416^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06705bff9114531a997a7d0c2520bea0f2927410;p=pandora-kernel.git 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" --- Reading git-diff-tree failed