From 3b63dc2aedb275676c3f1b559406f7a94caaa944 Mon Sep 17 00:00:00 2001 From: Jos Collin Date: Tue, 2 Dec 2025 18:28:13 +0530 Subject: [PATCH] mds: drop checking CEPH_MDS_OP_SETLAYOUT two times Signed-off-by: Jos Collin --- src/mds/Server.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mds/Server.cc b/src/mds/Server.cc index 56d55cc42d1..e1b38191677 100644 --- a/src/mds/Server.cc +++ b/src/mds/Server.cc @@ -2788,7 +2788,6 @@ void Server::dispatch_client_request(const MDRequestRef& mdr) if (is_full) { if (req->get_op() == CEPH_MDS_OP_SETLAYOUT || req->get_op() == CEPH_MDS_OP_SETDIRLAYOUT || - req->get_op() == CEPH_MDS_OP_SETLAYOUT || req->get_op() == CEPH_MDS_OP_RMXATTR || req->get_op() == CEPH_MDS_OP_SETXATTR || req->get_op() == CEPH_MDS_OP_CREATE || -- 2.47.3