]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
libceph: new pi->last_force_request_resend
authorIlya Dryomov <idryomov@gmail.com>
Mon, 5 Jun 2017 12:45:00 +0000 (14:45 +0200)
committerIlya Dryomov <idryomov@gmail.com>
Fri, 7 Jul 2017 15:25:15 +0000 (17:25 +0200)
commit8e48cf00c48fdefb01f70db81f31438cd0c29dcc
treef86e307138192f1b52d72adc2fc8e67f7fd6d928
parentdc93e0e2831de2f80817b89aae4864b88332fcce
libceph: new pi->last_force_request_resend

The old (v15) pi->last_force_request_resend has been repurposed to
make pre-RESEND_ON_SPLIT clients that don't check for PG splits but do
obey pi->last_force_request_resend resend on splits.  See ceph.git
commit 189ca7ec6420 ("mon/OSDMonitor: make pre-luminous clients resend
ops on split").

Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
net/ceph/osdmap.c