From: Theodore Ts'o Date: Fri, 9 Aug 2013 03:01:24 +0000 (-0400) Subject: ext4: allow the mount options nodelalloc and data=journal X-Git-Tag: v3.11-rc6~19^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=59d9fa5c2e9086db11aa287bb4030151d0095a17;p=pandora-kernel.git ext4: allow the mount options nodelalloc and data=journal Commit 26092bf ("ext4: use a table-driven handler for mount options") wrongly disallows the specifying the mount options nodelalloc and data=journal simultaneously. This is incorrect; it should have only disallowed the combination of delalloc and data=journal simultaneously. Reported-by: Piotr Sarna Signed-off-by: "Theodore Ts'o" Cc: stable@vger.kernel.org --- Reading git-diff-tree failed