Skip to content

Commit f5e303d

Browse files
Sasha Levingregkh
authored andcommitted
Revert "uapi: fix linux/rds.h userspace compilation errors"
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>
1 parent d9c8d4a commit f5e303d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

include/uapi/linux/rds.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
#define _LINUX_RDS_H
3636

3737
#include <linux/types.h>
38-
#include <linux/socket.h> /* For __kernel_sockaddr_storage. */
3938

4039
#define RDS_IB_ABI_VERSION 0x301
4140

@@ -224,7 +223,7 @@ struct rds_get_mr_args {
224223
};
225224

226225
struct rds_get_mr_for_dest_args {
227-
struct __kernel_sockaddr_storage dest_addr;
226+
struct sockaddr_storage dest_addr;
228227
struct rds_iovec vec;
229228
uint64_t cookie_addr;
230229
uint64_t flags;

0 commit comments

Comments
 (0)