X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Fcmobd%2Fcm_write.c;h=aa6bf8136f70c4d38cd24dc14d5a1562980c48fa;hp=93e294259f5e24a51e8542e28ab5b7997b4dcf38;hb=b77699e7dd72e1940df50e075da9ba27f4fcc998;hpb=13b5f0110cfc40c63cef404dec4dba5994ebd953 diff --git a/lustre/cmobd/cm_write.c b/lustre/cmobd/cm_write.c index 93e2942..aa6bf81 100644 --- a/lustre/cmobd/cm_write.c +++ b/lustre/cmobd/cm_write.c @@ -318,6 +318,7 @@ static int cmobd_write_extent(struct obd_device *obd, if (wakeup) wake_up(&set->es_waitq); + EXIT; out: if (lnb) OBD_FREE(lnb, oa_bufs * sizeof(struct niobuf_local)); @@ -326,7 +327,7 @@ out: if (oa) obdo_free(oa); - RETURN(rc); + return rc; } static struct cmobd_extent_info* get_next_ei(struct cmobd_write_service *ws)