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:
3fe7011
)
b=17323
author
yury
<yury>
Tue, 21 Oct 2008 17:21:15 +0000
(17:21 +0000)
committer
yury
<yury>
Tue, 21 Oct 2008 17:21:15 +0000
(17:21 +0000)
r=adilger,johann
- fixes log_cancel resend handling
lustre/obdclass/llog_cat.c
patch
|
blob
|
history
diff --git
a/lustre/obdclass/llog_cat.c
b/lustre/obdclass/llog_cat.c
index
51a2d17
..
b9a6833
100644
(file)
--- a/
lustre/obdclass/llog_cat.c
+++ b/
lustre/obdclass/llog_cat.c
@@
-308,7
+308,7
@@
EXPORT_SYMBOL(llog_cat_add_rec);
* Assumes caller has already pushed us into the kernel context.
*/
int llog_cat_cancel_records(struct llog_handle *cathandle, int count,
- struct llog_cookie *cookies)
+
struct llog_cookie *cookies)
{
int i, index, rc = 0;
ENTRY;