Whamcloud - gitweb
b=17323
authoryury <yury>
Tue, 21 Oct 2008 17:21:15 +0000 (17:21 +0000)
committeryury <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

index 51a2d17..b9a6833 100644 (file)
@@ -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;