]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ext4: remove restrictive checks for EOFBLOCKS_FL
authorLukas Czerner <lczerner@redhat.com>
Thu, 22 Mar 2012 01:47:55 +0000 (21:47 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 22 Mar 2012 01:47:55 +0000 (21:47 -0400)
commitafcff5d80a4106e732d903640161d23950eb8e3b
tree9a78cb5546c3f10bb98d3ce8b4f31889f5ad10bc
parenta7967f055a9438941268d725b268141c57e32a05
ext4: remove restrictive checks for EOFBLOCKS_FL

We are going to remove the EOFBLOCKS_FL flag in the future, so this is
the first part of the removal. We can not remove it entirely just now,
since the e2fsck is still checking for it and it might cause headache to
some people. Instead, remove the restrictive checks now and the rest
later, when the new e2fsck code is out and common enough.

This is also needed because punch hole already breaks the EOFBLOCKS_FL
semantics, so it might cause the some troubles. So simply remove it.

Signed-off-by: Lukas Czerner <lczerner@redhat.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/ext4/extents.c
fs/ext4/inode.c