X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fobdfilter%2Ffilter_io_24.c;h=a368f74a1cec1156cf9ccb661030a0090a6d985e;hb=d676d2b2ca2f0c1f2a1ba0483e8a5e8541708850;hp=abc48adf73fb931487b2b94db63b250bc92b6b5a;hpb=7ce2000eb0f4e7b7ea1f362c17099881098cfef7;p=fs%2Flustre-release.git diff --git a/lustre/obdfilter/filter_io_24.c b/lustre/obdfilter/filter_io_24.c index abc48ad..a368f74 100644 --- a/lustre/obdfilter/filter_io_24.c +++ b/lustre/obdfilter/filter_io_24.c @@ -304,7 +304,6 @@ int filter_commitrw_write(struct obd_export *exp, struct obdo *oa, int objcount, LASSERT(oti->oti_transno <= obd->obd_last_committed); if (time_after(jiffies, now + 15 * HZ)) CERROR("slow commitrw commit %lus\n", (jiffies - now) / HZ); - cleanup: filter_grant_commit(exp, niocount, res);