]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ext4: enable punch hole for bigalloc
authorZheng Liu <wenqing.lz@taobao.com>
Fri, 20 Dec 2013 14:30:35 +0000 (09:30 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 20 Dec 2013 14:30:35 +0000 (09:30 -0500)
commit73d11f5c540f8419fd381e7d9ad8a0738b8154d2
tree2ef87ded46d60624a836a66f4a2e811c7f4e1bdd
parentf5a44db5d2d677dfbf12deee461f85e9ec633961
ext4: enable punch hole for bigalloc

After applied this commit (d23142c6), ext4 has supported punch hole for
a file system with bigalloc feature.  But we forgot to enable it.  This
commit fixes it.

Cc: Lukas Czerner <lczerner@redhat.com>
Signed-off-by: Zheng Liu <wenqing.lz@taobao.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/ext4/inode.c