X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;ds=sidebyside;f=lustre%2Fmgs%2Fmgs_handler.c;h=33b0e27f87f53e48e8b8070fc627137b64e0e621;hb=e7ce67de92;hp=688b538078e992f826261468b578759423032d5a;hpb=8db455c77265063a10a9d08147b8fd4ed20c59c4;p=fs%2Flustre-release.git diff --git a/lustre/mgs/mgs_handler.c b/lustre/mgs/mgs_handler.c index 688b538..33b0e27 100644 --- a/lustre/mgs/mgs_handler.c +++ b/lustre/mgs/mgs_handler.c @@ -862,6 +862,7 @@ static int mgs_iocontrol_nodemap(const struct lu_env *env, case LCFG_NODEMAP_MAP_MODE: case LCFG_NODEMAP_AUDIT_MODE: case LCFG_NODEMAP_FORBID_ENCRYPT: + case LCFG_NODEMAP_READONLY_MOUNT: if (lcfg->lcfg_bufcount != 4) GOTO(out_lcfg, rc = -EINVAL); nodemap_name = lustre_cfg_string(lcfg, 1);