]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
Revert "uapi: fix linux/rds.h userspace compilation errors"
authorSasha Levin <alexander.levin@verizon.com>
Mon, 13 Nov 2017 23:03:32 +0000 (18:03 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 21 Nov 2017 08:01:07 +0000 (09:01 +0100)
This reverts commit ad50561ba7a664bc581826c9d57d137fcf17bfa5.

There was a mixup with the commit message for two upstream commit
that have the same subject line.

This revert will be followed by the two commits with proper commit
messages.

Signed-off-by: Sasha Levin <alexander.levin@verizon.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
include/uapi/linux/rds.h

index 25e865320288934729eca397aacd25a58c008d55..91950950aa598060a8e0e370f82654cd9a75e7d6 100644 (file)
@@ -35,7 +35,6 @@
 #define _LINUX_RDS_H
 
 #include <linux/types.h>
-#include <linux/socket.h>              /* For __kernel_sockaddr_storage. */
 
 #define RDS_IB_ABI_VERSION             0x301
 
@@ -214,7 +213,7 @@ struct rds_get_mr_args {
 };
 
 struct rds_get_mr_for_dest_args {
-       struct __kernel_sockaddr_storage dest_addr;
+       struct sockaddr_storage dest_addr;
        struct rds_iovec        vec;
        uint64_t                cookie_addr;
        uint64_t                flags;