X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Fobdclass%2Fobd_mount.c;h=1c991798c4dabb1b32d61116a357f4d94d42dc27;hp=6cb33aa9afb36d1a37dd7af801ea4971dd694593;hb=10cf5e4ec079fed1fa339240e00c027232f7971e;hpb=20544bd96269dbda51a76d31c2d09935637e8b2d diff --git a/lustre/obdclass/obd_mount.c b/lustre/obdclass/obd_mount.c index 6cb33aa..1c99179 100644 --- a/lustre/obdclass/obd_mount.c +++ b/lustre/obdclass/obd_mount.c @@ -1065,6 +1065,9 @@ static int lmd_parse(char *options, struct lustre_mount_data *lmd) } else if (strncmp(s1, "writeconf", 9) == 0) { lmd->lmd_flags |= LMD_FLG_WRITECONF; clear++; + } else if (strncmp(s1, "update", 6) == 0) { + lmd->lmd_flags |= LMD_FLG_UPDATE; + clear++; } else if (strncmp(s1, "virgin", 6) == 0) { lmd->lmd_flags |= LMD_FLG_VIRGIN; clear++;