commit | 4e19d6b65fb4fc42e352ce9883649e049da14743 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Thu Jun 20 21:19:02 2019 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Thu Jun 20 21:19:02 2019 -0400 |
tree | 08f0adf221ba0207d87495464ced7bd8ed1f23d0 | |
parent | 9382cde8cd8fb941fc333b644a5772d02e1ff924 [diff] |
ext4: allow directory holes The largedir feature was intended to allow ext4 directories to have unmapped directory blocks (e.g., directory holes). And so the released e2fsprogs no longer enforces this for largedir file systems; however, the corresponding change to the kernel-side code was not made. This commit fixes this oversight. Signed-off-by: Theodore Ts'o <tytso@mit.edu> Cc: stable@kernel.org