]> git.baikalelectronics.ru Git - kernel.git/commit
rxrpc: Move the packet.h include file into net/rxrpc/
authorDavid Howells <dhowells@redhat.com>
Fri, 21 Jul 2017 09:07:10 +0000 (10:07 +0100)
committerDavid Howells <dhowells@redhat.com>
Fri, 21 Jul 2017 10:00:20 +0000 (11:00 +0100)
commitf1b37e8cf57ef38c23991221ad8be13b64385839
tree188e91f339ec9bff7c1126575e2c20dd1fd01a5b
parentdc8a2db9d68cc168a48c12567eb9dd7106c2d3c2
rxrpc: Move the packet.h include file into net/rxrpc/

Move the protocol description header file into net/rxrpc/ and rename it to
protocol.h.  It's no longer necessary to expose it as packets are no longer
exposed to kernel services (such as AFS) that use the facility.

The abort codes are transferred to the UAPI header instead as we pass these
back to userspace and also to kernel services.

Signed-off-by: David Howells <dhowells@redhat.com>
fs/afs/misc.c
fs/afs/rxrpc.c
include/rxrpc/packet.h [deleted file]
include/uapi/linux/rxrpc.h
net/rxrpc/ar-internal.h
net/rxrpc/protocol.h [new file with mode: 0644]