From ecdf89f028737b78a01b8cb639bcce8cd203284d Mon Sep 17 00:00:00 2001 From: zab Date: Wed, 23 Jul 2003 16:16:08 +0000 Subject: [PATCH] - 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 --- lustre/llite/rw24.c | 1 + 1 file changed, 1 insertion(+) 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); } -- 1.8.3.1