• T
    ext4: allow directory holes · 3a17ca86
    Theodore Ts'o 提交于
    commit 4e19d6b65fb4fc42e352ce9883649e049da14743 upstream.
    
    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: NTheodore Ts'o <tytso@mit.edu>
    Cc: stable@kernel.org
    Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
    3a17ca86
namei.c 102.8 KB