X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Fmdt%2Fmdt_open.c;h=bdda659ab2d1932ffda073ef6a87aa561618205a;hp=1d414f45a347fa1ab32d514a3ec0c7f9d5788709;hb=f625f670afbe954030ff81f0f8522137d6cdd335;hpb=559e182da8ca764cefffca05c06731e543129fd6 diff --git a/lustre/mdt/mdt_open.c b/lustre/mdt/mdt_open.c index 1d414f4..bdda659 100644 --- a/lustre/mdt/mdt_open.c +++ b/lustre/mdt/mdt_open.c @@ -511,8 +511,8 @@ static int mdt_finish_open(struct mdt_thread_info *info, /* LU-2275, simulate broken behaviour (esp. prevalent in * pre-2.4 servers where a very strange reply is sent on error - * that looks like it was actually almost succesful and a failure at the - * same time */ + * that looks like it was actually almost successful and a + * failure at the same time.) */ if (OBD_FAIL_CHECK(OBD_FAIL_MDS_NEGATIVE_POSITIVE)) { mdt_set_disposition(info, rep, DISP_OPEN_OPEN | DISP_LOOKUP_NEG |