]> git.baikalelectronics.ru Git - kernel.git/commit
ext4: enable punch hole for bigalloc
authorZheng Liu <wenqing.lz@taobao.com>
Mon, 6 Jan 2014 19:01:23 +0000 (14:01 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 6 Jan 2014 19:01:23 +0000 (14:01 -0500)
commit56b682ada2f7a7679fc54d727595aefc93cb6a16
treec481f167c67f882af680456c02b424e7b57ab251
parent04c3c4e744c63f45bbb637531b7f3875a7ebff7e
ext4: enable punch hole for bigalloc

After applied this commit (79ce5caf), 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