From d9cfb28123f08d70110ebb167defd7abc8a1773b Mon Sep 17 00:00:00 2001 From: nikita Date: Fri, 3 Nov 2006 18:30:47 +0000 Subject: [PATCH] ptlrpc: put back into ll_rpc_opcode[] symbolic rpc names lost during 1.5 merge. --- lustre/ptlrpc/lproc_ptlrpc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lustre/ptlrpc/lproc_ptlrpc.c b/lustre/ptlrpc/lproc_ptlrpc.c index a430307..74ffbde 100644 --- a/lustre/ptlrpc/lproc_ptlrpc.c +++ b/lustre/ptlrpc/lproc_ptlrpc.c @@ -51,8 +51,8 @@ struct ll_rpc_opcode { { OST_OPEN, "ost_open" }, { OST_CLOSE, "ost_close" }, { OST_STATFS, "ost_statfs" }, - { 14, NULL }, - { 15, NULL }, + { 14, "ost_san_read" }, + { 15, "ost_san_write" }, { OST_SYNC, "ost_sync" }, { OST_SET_INFO, "ost_set_info" }, { OST_QUOTACHECK, "ost_quotacheck" }, -- 1.8.3.1