On Wed, Jun 06, 2018 at 01:49:46PM -0500, Eric Sandeen wrote: > When ext4_find_entry() falls back to "searching the old fashioned > way" due to a corrupt dx dir, it needs to reset the error code > to NULL so that the nonstandard ERR_BAD_DX_DIR code isn't returned > to userspace. > > https://bugzilla.kernel.org/show_bug.cgi?id=199947 > > Reported-by: Anatoly Trosinenko <anatoly.trosinenko@xxxxxxxxxx> > Signed-off-by: Eric Sandeen <sandeen@xxxxxxxxxx> Applied, thanks. - Ted