X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Ftarget%2Fout_lib.c;fp=lustre%2Ftarget%2Fout_lib.c;h=56d16fa14b5f98a3e6018fb0f0f4eb4e163e2fa4;hp=cf0cb2f281210b1d7eaba84d5405523a66f1f3d4;hb=734d6eb11b572a9a2001419a16ae7b0f9ed9643c;hpb=3e76334402a71e37aed4e9a5166d0141e30af375 diff --git a/lustre/target/out_lib.c b/lustre/target/out_lib.c index cf0cb2f..56d16fa 100644 --- a/lustre/target/out_lib.c +++ b/lustre/target/out_lib.c @@ -43,7 +43,7 @@ const char *update_op_str(__u16 opc) { - static const char *opc_str[] = { + static const char *const opc_str[] = { [OUT_START] = "start", [OUT_CREATE] = "create", [OUT_DESTROY] = "destroy",