diff options
author | David Howells <dhowells@redhat.com> | 2017-07-21 10:07:10 +0100 |
---|---|---|
committer | David Howells <dhowells@redhat.com> | 2017-07-21 11:00:20 +0100 |
commit | ddc6c70f07bb1f6dd39a2c6c430f7b4fa95199c8 (patch) | |
tree | 188e91f339ec9bff7c1126575e2c20dd1fd01a5b /fs/afs | |
parent | 727f8914477e4642c7d1ff381667cdc4178b40c6 (diff) | |
download | linux-ddc6c70f07bb1f6dd39a2c6c430f7b4fa95199c8.tar.bz2 |
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>
Diffstat (limited to 'fs/afs')
-rw-r--r-- | fs/afs/misc.c | 1 | ||||
-rw-r--r-- | fs/afs/rxrpc.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/fs/afs/misc.c b/fs/afs/misc.c index 100b207efc9e..c05f1f1c0d41 100644 --- a/fs/afs/misc.c +++ b/fs/afs/misc.c @@ -12,7 +12,6 @@ #include <linux/kernel.h> #include <linux/module.h> #include <linux/errno.h> -#include <rxrpc/packet.h> #include "internal.h" #include "afs_fs.h" diff --git a/fs/afs/rxrpc.c b/fs/afs/rxrpc.c index 02781e78ffb6..10743043d431 100644 --- a/fs/afs/rxrpc.c +++ b/fs/afs/rxrpc.c @@ -14,7 +14,6 @@ #include <net/sock.h> #include <net/af_rxrpc.h> -#include <rxrpc/packet.h> #include "internal.h" #include "afs_cm.h" |