Initialize IRP.RequestorMode in system functions that can be called from user mode.
authorEric Kohl <eric.kohl@reactos.org>
Sat, 13 Dec 2003 14:36:42 +0000 (14:36 +0000)
committerEric Kohl <eric.kohl@reactos.org>
Sat, 13 Dec 2003 14:36:42 +0000 (14:36 +0000)
commit619a2c32d9194dca5d386aaaeb3ca25b0572b201
tree32c35b6ab1a776107ee57502062c3a073ffdc920
parent90f099cffe93f56353ac9169eb078abd7de9f047
Initialize IRP.RequestorMode in system functions that can be called from user mode.
Use safe copy routine to copy IoStatusBlock if a system funtion was called from user mode.
Do not use local IoStatusBlock copy in system functions.

svn path=/trunk/; revision=6995
reactos/ntoskrnl/io/cleanup.c
reactos/ntoskrnl/io/create.c
reactos/ntoskrnl/io/dir.c
reactos/ntoskrnl/io/file.c
reactos/ntoskrnl/io/flush.c
reactos/ntoskrnl/io/fs.c
reactos/ntoskrnl/io/ioctrl.c
reactos/ntoskrnl/io/lock.c
reactos/ntoskrnl/io/rw.c
reactos/ntoskrnl/io/vpb.c