Revision 53afcd310e867d25e394718558783c476301205c authored by Amir Goldstein on 21 February 2020, 14:34:42 UTC, committed by Miklos Szeredi on 13 March 2020, 14:53:06 UTC
Fix up two bugs in the coversion to xino_mode:
1. xino=off does not always end up in disabled mode
2. xino=auto on 32bit arch should end up in disabled mode

Take a proactive approach to disabling xino on 32bit kernel:
1. Disable XINO_AUTO config during build time
2. Disable xino with a warning on mount time

As a by product, xino=on on 32bit arch also ends up in disabled mode.
We never intended to enable xino on 32bit arch and this will make the
rest of the logic simpler.

Fixes: 0f831ec85eda ("ovl: simplify ovl_same_sb() helper")
Signed-off-by: Amir Goldstein <amir73il@gmail.com>
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
1 parent 531d304
History
File Mode Size
aoe
drbd
mtip32xx
paride
rsxx
xen-blkback
zram
Kconfig -rw-r--r-- 15.9 KB
Makefile -rw-r--r-- 1.4 KB
amiflop.c -rw-r--r-- 50.0 KB
ataflop.c -rw-r--r-- 54.6 KB
brd.c -rw-r--r-- 13.3 KB
cryptoloop.c -rw-r--r-- 4.3 KB
floppy.c -rw-r--r-- 127.5 KB
loop.c -rw-r--r-- 57.0 KB
loop.h -rw-r--r-- 2.3 KB
nbd.c -rw-r--r-- 60.5 KB
null_blk.h -rw-r--r-- 3.6 KB
null_blk_main.c -rw-r--r-- 45.0 KB
null_blk_zoned.c -rw-r--r-- 5.5 KB
pktcdvd.c -rw-r--r-- 72.4 KB
ps3disk.c -rw-r--r-- 13.5 KB
ps3vram.c -rw-r--r-- 22.1 KB
rbd.c -rw-r--r-- 184.5 KB
rbd_types.h -rw-r--r-- 2.5 KB
skd_main.c -rw-r--r-- 93.1 KB
skd_s1120.h -rw-r--r-- 9.3 KB
sunvdc.c -rw-r--r-- 28.7 KB
swim.c -rw-r--r-- 20.2 KB
swim3.c -rw-r--r-- 31.3 KB
swim_asm.S -rw-r--r-- 4.4 KB
sx8.c -rw-r--r-- 37.2 KB
umem.c -rw-r--r-- 29.8 KB
umem.h -rw-r--r-- 3.6 KB
virtio_blk.c -rw-r--r-- 23.8 KB
xen-blkfront.c -rw-r--r-- 73.5 KB
xsysace.c -rw-r--r-- 33.4 KB
z2ram.c -rw-r--r-- 9.5 KB

back to top