[PATCH 03/10] libceph: no need to call osd_req_opcode_valid() in osd_req_encode_op()

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Any uninitialized or unknown ops will be caught by the default clause
anyway.

Signed-off-by: Ilya Dryomov <idryomov@xxxxxxxxx>
---
 net/ceph/osd_client.c | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/net/ceph/osd_client.c b/net/ceph/osd_client.c
index ad00495dbd39..f403a483d51d 100644
--- a/net/ceph/osd_client.c
+++ b/net/ceph/osd_client.c
@@ -903,12 +903,6 @@ static void ceph_osdc_msg_data_add(struct ceph_msg *msg,
 static u32 osd_req_encode_op(struct ceph_osd_op *dst,
 			     const struct ceph_osd_req_op *src)
 {
-	if (WARN_ON(!osd_req_opcode_valid(src->op))) {
-		pr_err("unrecognized osd opcode %d\n", src->op);
-
-		return 0;
-	}
-
 	switch (src->op) {
 	case CEPH_OSD_OP_STAT:
 		break;
-- 
2.14.4




[Index of Archives]     [CEPH Users]     [Ceph Large]     [Information on CEPH]     [Linux BTRFS]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux