From: zab Date: Wed, 23 Jul 2003 16:16:08 +0000 (+0000) Subject: - put the oa in the loi and feed it to the rpcs, for now X-Git-Tag: v1_7_0_51~2^14~35 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=ecdf89f028737b78a01b8cb639bcce8cd203284d;p=fs%2Flustre-release.git - put the oa in the loi and feed it to the rpcs, for now - disable more old-guard code for the time being - walk the right req list to find completed reqs - init some things, deref some things, you know. - appease lprocfs - fix up the cleanup path of rpc building --- diff --git a/lustre/llite/rw24.c b/lustre/llite/rw24.c index 924b8d2..e377928 100644 --- a/lustre/llite/rw24.c +++ b/lustre/llite/rw24.c @@ -293,6 +293,7 @@ static int ll_writepage_24(struct page *page) ll_i2info(inode)->lli_smd, ll_i2sbi(inode)->ll_lc.lc_set); out: + class_export_put(exp); RETURN(rc); }