diff for duplicates of <20200421172440.387069-1-leon@kernel.org> diff --git a/a/1.txt b/N1/1.txt index 68ed781..857f06a 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -942,16 +942,14 @@ index a792d8a3872a..90212ed3edf1 100644 goto put_dev; + } - rds_ibdev->mr_1m_pool = - rds_ib_create_mr_pool(rds_ibdev, RDS_IB_MR_1M_POOL); + rds_ibdev->mr_1m_pool rds_ib_create_mr_pool(rds_ibdev, RDS_IB_MR_1M_POOL); if (IS_ERR(rds_ibdev->mr_1m_pool)) { + ret = PTR_ERR(rds_ibdev->mr_1m_pool); rds_ibdev->mr_1m_pool = NULL; goto put_dev; } @@ -208,6 +214,7 @@ static void rds_ib_add_one(struct ib_device *device) - rds_ibdev->mr_8k_pool = - rds_ib_create_mr_pool(rds_ibdev, RDS_IB_MR_8K_POOL); + rds_ibdev->mr_8k_pool rds_ib_create_mr_pool(rds_ibdev, RDS_IB_MR_8K_POOL); if (IS_ERR(rds_ibdev->mr_8k_pool)) { + ret = PTR_ERR(rds_ibdev->mr_8k_pool); rds_ibdev->mr_8k_pool = NULL; diff --git a/a/content_digest b/N1/content_digest index 91a05b4..1be7e6e 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,6 +1,6 @@ "From\0Leon Romanovsky <leon@kernel.org>\0" "Subject\0[PATCH rdma-next] RDMA: Allow ib_client's to fail when add() is called\0" - "Date\0Tue, 21 Apr 2020 20:24:40 +0300\0" + "Date\0Tue, 21 Apr 2020 17:24:40 +0000\0" "To\0Doug Ledford <dledford@redhat.com>" " Jason Gunthorpe <jgg@mellanox.com>\0" "Cc\0Bart Van Assche <bvanassche@acm.org>" @@ -962,16 +962,14 @@ " \t\tgoto put_dev;\n" "+\t}\n" " \n" - " \trds_ibdev->mr_1m_pool =\n" - " \t\trds_ib_create_mr_pool(rds_ibdev, RDS_IB_MR_1M_POOL);\n" + " \trds_ibdev->mr_1m_pool \t\trds_ib_create_mr_pool(rds_ibdev, RDS_IB_MR_1M_POOL);\n" " \tif (IS_ERR(rds_ibdev->mr_1m_pool)) {\n" "+\t\tret = PTR_ERR(rds_ibdev->mr_1m_pool);\n" " \t\trds_ibdev->mr_1m_pool = NULL;\n" " \t\tgoto put_dev;\n" " \t}\n" "@@ -208,6 +214,7 @@ static void rds_ib_add_one(struct ib_device *device)\n" - " \trds_ibdev->mr_8k_pool =\n" - " \t\trds_ib_create_mr_pool(rds_ibdev, RDS_IB_MR_8K_POOL);\n" + " \trds_ibdev->mr_8k_pool \t\trds_ib_create_mr_pool(rds_ibdev, RDS_IB_MR_8K_POOL);\n" " \tif (IS_ERR(rds_ibdev->mr_8k_pool)) {\n" "+\t\tret = PTR_ERR(rds_ibdev->mr_8k_pool);\n" " \t\trds_ibdev->mr_8k_pool = NULL;\n" @@ -1049,4 +1047,4 @@ "-- \n" 2.25.2 -a214396cc5488426db414ed3175d09fc366e924d317863f85a4a792221246d7f +04d2906d580e7ee1a6264e94d193e2d4dc5fc9e81681b139a7e3855c51f01a97
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.