diff options
Diffstat (limited to 'net/ceph/osd_client.c')
| -rw-r--r-- | net/ceph/osd_client.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ceph/osd_client.c b/net/ceph/osd_client.c index e4fbcad6e7d8..7901ab6c79fd 100644 --- a/net/ceph/osd_client.c +++ b/net/ceph/osd_client.c @@ -3854,7 +3854,7 @@ static void scan_requests(struct ceph_osd *osd,  			if (!force_resend && !force_resend_writes)  				break; -			/* fall through */ +			fallthrough;  		case CALC_TARGET_NEED_RESEND:  			cancel_linger_map_check(lreq);  			/* @@ -3891,7 +3891,7 @@ static void scan_requests(struct ceph_osd *osd,  			     !force_resend_writes))  				break; -			/* fall through */ +			fallthrough;  		case CALC_TARGET_NEED_RESEND:  			cancel_map_check(req);  			unlink_request(osd, req);  |