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:
9d4b2e2
)
Branch: b1_4
author
adilger
<adilger>
Fri, 22 Apr 2005 19:53:06 +0000
(19:53 +0000)
committer
adilger
<adilger>
Fri, 22 Apr 2005 19:53:06 +0000
(19:53 +0000)
Fix thinko.
lustre/obdfilter/filter.c
patch
|
blob
|
history
diff --git
a/lustre/obdfilter/filter.c
b/lustre/obdfilter/filter.c
index
7dc3d8f
..
8a66895
100644
(file)
--- a/
lustre/obdfilter/filter.c
+++ b/
lustre/obdfilter/filter.c
@@
-1757,7
+1757,7
@@
static int filter_setattr(struct obd_export *exp, struct obdo *oa,
if (fcc != NULL)
/* set cancel cookie callback function */
fsfilt_add_journal_cb(obd, 0, oti ?
-
handle : oti->oti_
handle,
+
oti->oti_handle :
handle,
filter_cancel_cookies_cb,
fcc);
}