On Mon, Sep 24, 2018 at 02:15:24PM -0400, Gabriel Krisman Bertazi wrote: > Enabling DX_DEBUG triggers the build error below. info is an attribute > of the dxroot structure. > > linux/fs/ext4/namei.c:2264:12: error: ‘info’ > undeclared (first use in this function); did you mean ‘insl’? > info->indirect_levels)); > > Fixes: e08ac99fa2a2 ("ext4: add largedir feature") > Signed-off-by: Gabriel Krisman Bertazi <krisman@xxxxxxxxxxxxxxx> > Reviewed-by: Lukas Czerner <lczerner@xxxxxxxxxx> Applied, thanks. - Ted