Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8757239
)
- put the oa in the loi and feed it to the rpcs, for now
author
zab
<zab>
Wed, 23 Jul 2003 16:16:08 +0000
(16:16 +0000)
committer
zab
<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
patch
|
blob
|
history
diff --git
a/lustre/llite/rw24.c
b/lustre/llite/rw24.c
index
924b8d2
..
e377928
100644
(file)
--- 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);
}