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:
998fe31
)
r=adilger
author
alex
<alex>
Fri, 12 Aug 2005 21:35:11 +0000
(21:35 +0000)
committer
alex
<alex>
Fri, 12 Aug 2005 21:35:11 +0000
(21:35 +0000)
- two equal statements in a row
lustre/obdfilter/filter.c
patch
|
blob
|
history
diff --git
a/lustre/obdfilter/filter.c
b/lustre/obdfilter/filter.c
index
407de16
..
64b82d6
100644
(file)
--- a/
lustre/obdfilter/filter.c
+++ b/
lustre/obdfilter/filter.c
@@
-101,7
+101,6
@@
int filter_finish_transno(struct obd_export *exp, struct obd_trans_info *oti,
if (oti->oti_transno == 0) {
spin_lock(&filter->fo_translock);
last_rcvd = le64_to_cpu(filter->fo_fsd->fsd_last_transno) + 1;
- last_rcvd = le64_to_cpu(filter->fo_fsd->fsd_last_transno) + 1;
filter->fo_fsd->fsd_last_transno = cpu_to_le64(last_rcvd);
spin_unlock(&filter->fo_translock);
oti->oti_transno = last_rcvd;