diff options
-rw-r--r-- | fs/xfs/linux-2.6/xfs_buf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/linux-2.6/xfs_buf.c b/fs/xfs/linux-2.6/xfs_buf.c index f5676ed5136d..049f87116174 100644 --- a/fs/xfs/linux-2.6/xfs_buf.c +++ b/fs/xfs/linux-2.6/xfs_buf.c | |||
@@ -1956,7 +1956,7 @@ pagebuf_init(void) | |||
1956 | #endif | 1956 | #endif |
1957 | 1957 | ||
1958 | error = xfs_buf_daemons_start(); | 1958 | error = xfs_buf_daemons_start(); |
1959 | if (!error) | 1959 | if (error) |
1960 | goto out_free_buf_zone; | 1960 | goto out_free_buf_zone; |
1961 | 1961 | ||
1962 | pagebuf_shake = kmem_shake_register(xfsbufd_wakeup); | 1962 | pagebuf_shake = kmem_shake_register(xfsbufd_wakeup); |