Files
linux/fs/ext4
Gabriel Krisman Bertazi 3610daee86 ext4: fix build error when DX_DEBUG is defined
[ Upstream commit 799578ab16 ]

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: e08ac99fa2 ("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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2019-11-24 08:22:58 +01:00
..
2019-07-31 07:28:47 +02:00
2019-03-23 14:35:22 +01:00
2017-04-30 00:36:53 -04:00
2018-09-29 03:06:06 -07:00