Whamcloud - gitweb
- put the oa in the loi and feed it to the rpcs, for now
authorzab <zab>
Wed, 23 Jul 2003 16:16:08 +0000 (16:16 +0000)
committerzab <zab>
Wed, 23 Jul 2003 16:16:08 +0000 (16:16 +0000)
- 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

index 924b8d2..e377928 100644 (file)
@@ -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);
 }