]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add support for LINUX_O_DIRECT, LINUX_O_DIRECT and LINUX_O_NOFOLLOW flags
authorKonstantin Belousov <kib@FreeBSD.org>
Thu, 18 Jan 2007 09:32:08 +0000 (09:32 +0000)
committerKonstantin Belousov <kib@FreeBSD.org>
Thu, 18 Jan 2007 09:32:08 +0000 (09:32 +0000)
commit4349c6ba298bcc2e4f4ee1c1c0e64f0bf2a0f226
tree6d10d383d2189f62a1f8aa89afe9999d7d04e333
parentbc68fcf37cafe3e1ed1577f31f84428d6317dd16
Add support for LINUX_O_DIRECT, LINUX_O_DIRECT and LINUX_O_NOFOLLOW flags
to open() [1].
Improve locking for accessing session control structures [2].
Try to document (most likely harmless) races in the code [3].

Based on submission by: Intron (intron at intron ac) [1]
Reviewed by: jhb [2]
Discussed with: netchild, rwatson, jhb [3]
sys/compat/linux/linux_file.c