X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Fosp%2Fosp_sync.c;h=64eb8da673e45888d762c5b66b741529994ea9c4;hp=2f9b78a578f852a904b14aca4cef384f23dda5ae;hb=f625f670afbe954030ff81f0f8522137d6cdd335;hpb=559e182da8ca764cefffca05c06731e543129fd6 diff --git a/lustre/osp/osp_sync.c b/lustre/osp/osp_sync.c index 2f9b78a..64eb8da 100644 --- a/lustre/osp/osp_sync.c +++ b/lustre/osp/osp_sync.c @@ -447,7 +447,7 @@ static void osp_sync_request_commit_cb(struct ptlrpc_request *req) * The callback is called by ptlrpc when RPC is replied. Now we have to decide * whether we should: * - put request on a special list to wait until it's committed by the target, - * if the request is succesful + * if the request is successful * - schedule llog record cancel if no target object is found * - try later (essentially after reboot) in case of unexpected error *