Whamcloud - gitweb
Increase the number of request buffers to 4096 from 1024 for a 4GB machine
[fs/lustre-release.git] / lustre / obdclass / llog.c
index 82ceab4..e4146dc 100644 (file)
@@ -215,7 +215,6 @@ int llog_process(struct llog_handle *loghandle, llog_cb_t cb,
         else
                 last_index = LLOG_BITMAP_BYTES * 8 - 1;
 
-
         while (rc == 0) {
                 struct llog_rec_hdr *rec;