]> git.baikalelectronics.ru Git - kernel.git/commit
ext4: fix build error when DX_DEBUG is defined
authorGabriel Krisman Bertazi <krisman@collabora.co.uk>
Tue, 2 Oct 2018 16:43:51 +0000 (12:43 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 2 Oct 2018 16:43:51 +0000 (12:43 -0400)
commite75a21dcf2eee12dc2a8672bd89954d7d88341d6
tree6c529385b32a5d235f01200dde33b052f9eca27c
parent3f46f9e6848a738954802b4bc47ec63ba4963d33
ext4: fix build error when DX_DEBUG is defined

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: ebfd8576935b ("ext4: add largedir feature")
Signed-off-by: Gabriel Krisman Bertazi <krisman@collabora.co.uk>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Reviewed-by: Lukas Czerner <lczerner@redhat.com>
fs/ext4/namei.c