Skip to content
Commit 97cf0ef9 authored by David S. Miller's avatar David S. Miller
Browse files

Merge branch 'improve-msg_control-kernel-vs-user-pointer-handling'



Christoph Hellwig says:

====================
improve msg_control kernel vs user pointer handling

this series replace the msg_control in the kernel msghdr structure
with an anonymous union and separate fields for kernel vs user
pointers.  In addition to helping a bit with type safety and reducing
sparse warnings, this also allows to remove the set_fs() in
kernel_recvmsg, helping with an eventual entire removal of set_fs().
====================

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parents 3242956b 1f466e1f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment