commit | 53153405aaaae3d7dd777ba89ca9af69178c218c | [log] [tgz] |
---|---|---|
author | Paul Sokolovsky <paul.sokolovsky@linaro.org> | Thu Nov 08 10:08:24 2018 +0300 |
committer | Andrew Boie <andrewboie@gmail.com> | Thu Nov 08 09:47:46 2018 -0800 |
tree | f4c267e15ae44fc1d774bb5ef3f6bac491c0c51a | |
parent | 8f690e291bedd5a3a550c0cad28f0d530a7e8550 [diff] |
lib: fdtable: File descriptor table should reside in kernel memory Private kernel data structure which should not be accessible to userspace threads. Mark with __kernel. Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>