commit | 59d9fa5c2e9086db11aa287bb4030151d0095a17 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Thu Aug 08 23:01:24 2013 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Thu Aug 08 23:01:24 2013 -0400 |
tree | e038a91f57fd56cfc6ba6e8c8d30b3c9c65935ec | |
parent | 44fb851dfb2f8e3462617e19a7b3b9025db9d919 [diff] |
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 <p.sarna@partner.samsung.com> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu> Cc: stable@vger.kernel.org