kernel: minimal patches and defines ready for parallel fs access support
authorAlan Cox <alan@linux.intel.com>
Tue, 20 Feb 2018 22:14:33 +0000 (22:14 +0000)
committerAlan Cox <alan@linux.intel.com>
Tue, 20 Feb 2018 22:14:33 +0000 (22:14 +0000)
commita812280cbe88aaad3472b2e2f47843431af569a4
tree6bee835fd78eacb77bf3d480564a28868e38037c
parent9b6c7c877e26610dde3d5a4a21ac27bb571bcadb
kernel: minimal patches and defines ready for parallel fs access support

This puts in place the pieces we will need to hook up in order to support
sleeping file system accesses. We also need to add 'D' state to the scheduler
but that is needed anyway to fix some other corner cases.
Kernel/filesys.c
Kernel/include/kernel.h
Kernel/inode.c
Kernel/syscall_exec16.c
Kernel/syscall_exec32.c
Kernel/syscall_fs.c
Kernel/syscall_fs2.c
Kernel/syscall_fs3.c
Kernel/syscall_other.c