kernel: allow per major decision on direct to user space
authorAlan Cox <alan@linux.intel.com>
Tue, 8 Jan 2019 23:38:13 +0000 (23:38 +0000)
committerAlan Cox <alan@linux.intel.com>
Tue, 8 Jan 2019 23:38:13 +0000 (23:38 +0000)
commitf171b5016f6760bab5285ec40af7b82fa4f4bdda
tree65470928b04012809603526bfe3d474c45952d5f
parent870f796736ecdee93efbcf41bdaac5ef6dbd629a
kernel: allow per major decision on direct to user space

This is useful if you've got a hard disk and a floppy. For all current
platforms it resolves down to the same code as before but the flexibility is
now there if you need it.
29 files changed:
Kernel/inode.c
Kernel/platform-amstradnc/config.h
Kernel/platform-coco2/config.h
Kernel/platform-coco2cart/config.h
Kernel/platform-cromemco/config.h
Kernel/platform-dragon-mooh/config.h
Kernel/platform-dragon-nx32/config.h
Kernel/platform-genie-eg64/config.h
Kernel/platform-linc80/config.h
Kernel/platform-msx1/config.h
Kernel/platform-n8vem-mark4/config.h
Kernel/platform-nascom/config.h
Kernel/platform-p112/config.h
Kernel/platform-pcw8256/config.h
Kernel/platform-rc2014-tiny/config.h
Kernel/platform-rc2014/config.h
Kernel/platform-sbcv2/config.h
Kernel/platform-sc108/config.h
Kernel/platform-socz80/config.h
Kernel/platform-tbblue/config.h
Kernel/platform-tc2068/config.h
Kernel/platform-trs80/config.h
Kernel/platform-trs80m1/config.h
Kernel/platform-ubee/config.h
Kernel/platform-z280rc/config.h
Kernel/platform-z80pack/config.h
Kernel/platform-zeta-v2/config.h
Kernel/platform-zx+3/config.h
Kernel/platform-zxdiv/config.h