| To: | linux-xfs@xxxxxxxxxxx |
|---|---|
| Subject: | problem in TAKE 908809 |
| From: | Kenji Munakata <munaken@xxxxxxxxxxxxxxxxxxx> |
| Date: | Wed, 18 May 2005 14:51:08 +0900 |
| Sender: | linux-xfs-bounce@xxxxxxxxxxx |
Hi,
XFS doesn't work correctly since TAKE 908809.
I think that the evaluation of error is wrong.
--- fs/xfs/linux-2.6/xfs_buf.c.org 2005-05-18 13:55:00.481733706 +0900
+++ fs/xfs/linux-2.6/xfs_buf.c 2005-05-18 13:18:07.000000000 +0900
@@ -1956,7 +1956,7 @@ pagebuf_init(void)
#endif
error = xfs_buf_daemons_start();
- if (!error)
+ if (error)
goto out_free_buf_zone;
pagebuf_shake = kmem_shake_register(xfsbufd_wakeup);
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [DMAPI] code error in dm_ip_to_handle(), Dean Roehrich |
|---|---|
| Next by Date: | Re: problem in TAKE 908809, Christoph Hellwig |
| Previous by Thread: | failure notice, mailmaster |
| Next by Thread: | Re: problem in TAKE 908809, Christoph Hellwig |
| Indexes: | [Date] [Thread] [Top] [All Lists] |