Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit deaf2622 authored by David S. Miller's avatar David S. Miller
Browse files

[NET]: Kill stray reference to sock->passcred.



That struct member was deleted, but a comment
was not updated to reflect this.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 15333038
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -101,7 +101,6 @@ enum sock_type {
 *  @sk: internal networking protocol agnostic socket representation
 *  @wait: wait queue for several uses
 *  @type: socket type (%SOCK_STREAM, etc)
 *  @passcred: credentials (used only in Unix Sockets (aka PF_LOCAL))
 */
struct socket {
	socket_state		state;