Revision 21e31401fc4595aeefa224cd36ab8175ec867b87 authored by Anna Schumaker on 03 December 2020, 20:18:39 UTC, committed by Anna Schumaker on 10 December 2020, 21:48:03 UTC
We've been seeing failures with xfstests generic/091 and generic/263
when using READ_PLUS. I've made some progress on these issues, and the
tests fail later on but still don't pass. Let's disable READ_PLUS by
default until we can work out what is going on.

Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
1 parent fe8eb82
Raw File
Makefile
# SPDX-License-Identifier: GPL-2.0-only
obj-$(CONFIG_SAMPLE_KOBJECT) += kobject-example.o kset-example.o
back to top