mbox series

[0/3] libceph: target_copy() fixups

Message ID 20200616074415.9989-1-idryomov@gmail.com (mailing list archive)
Headers show
Series libceph: target_copy() fixups | expand

Message

Ilya Dryomov June 16, 2020, 7:44 a.m. UTC
Hello,

Split into three commits for backporting reasons: the first two can be
picked up by stable, the third should get some soak time in testing.

Thanks,

                Ilya


Ilya Dryomov (3):
  libceph: don't omit recovery_deletes in target_copy()
  libceph: don't omit used_replica in target_copy()
  libceph: use target_copy() in send_linger()

 net/ceph/osd_client.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Comments

Jeff Layton June 16, 2020, 11:33 a.m. UTC | #1
On Tue, 2020-06-16 at 09:44 +0200, Ilya Dryomov wrote:
> Hello,
> 
> Split into three commits for backporting reasons: the first two can be
> picked up by stable, the third should get some soak time in testing.
> 
> Thanks,
> 
>                 Ilya
> 
> 
> Ilya Dryomov (3):
>   libceph: don't omit recovery_deletes in target_copy()
>   libceph: don't omit used_replica in target_copy()
>   libceph: use target_copy() in send_linger()
> 
>  net/ceph/osd_client.c | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 

These all look sane to me:

Reviewed-by: Jeff Layton <jlayton@kernel.org>