| To: | linux-xfs@xxxxxxxxxxx |
|---|---|
| Subject: | doubled semicolon in xfs_log.c |
| From: | Jan Derfinak <ja@xxxxxxxxxxxx> |
| Date: | Thu, 4 Dec 2003 15:38:16 +0100 (CET) |
| Sender: | linux-xfs-bounce@xxxxxxxxxxx |
Hi.
I found little typo in xfs_log.c.
jan
diff -uNr linux/fs/xfs/xfs_log.c 2.6/fs/xfs/xfs_log.c
--- linux/fs/xfs/xfs_log.c 2003-12-04 11:13:43.000000000 +0100
+++ 2.6/fs/xfs/xfs_log.c 2003-12-04 15:18:35.000000000 +0100
@@ -1056,7 +1056,7 @@
if (xfs_physmem <= btoc(128*1024*1024)) {
log->l_iclog_bufs = XLOG_MIN_ICLOGS;
} else if (xfs_physmem <= btoc(400*1024*1024)) {
- log->l_iclog_bufs = XLOG_MED_ICLOGS;;
+ log->l_iclog_bufs = XLOG_MED_ICLOGS;
} else {
/* 256K with 32K bufs */
log->l_iclog_bufs = XLOG_MAX_ICLOGS;
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: failure building xfsprogs, Net Llama! |
|---|---|
| Next by Date: | Kernel panic, SB validate failed, Gaspar Bakos |
| Previous by Thread: | acl problem, rajiv gupta |
| Next by Thread: | Re: doubled semicolon in xfs_log.c, Nathan Scott |
| Indexes: | [Date] [Thread] [Top] [All Lists] |