ext4: allow the mount options nodelalloc and data=journal
authorTheodore Ts'o <tytso@mit.edu>
Fri, 9 Aug 2013 03:01:24 +0000 (23:01 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 9 Aug 2013 03:01:24 +0000 (23:01 -0400)
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 <p.sarna@partner.samsung.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Cc: stable@vger.kernel.org

No differences found