diff options
Diffstat (limited to 'fs/xfs/linux-2.6/xfs_buf.c')
-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 1846a0dd7035..f3ccaec5760a 100644 --- a/fs/xfs/linux-2.6/xfs_buf.c +++ b/fs/xfs/linux-2.6/xfs_buf.c | |||
@@ -1921,7 +1921,7 @@ xfs_buf_init(void) | |||
1921 | goto out; | 1921 | goto out; |
1922 | 1922 | ||
1923 | xfslogd_workqueue = alloc_workqueue("xfslogd", | 1923 | xfslogd_workqueue = alloc_workqueue("xfslogd", |
1924 | WQ_RESCUER | WQ_HIGHPRI, 1); | 1924 | WQ_MEM_RECLAIM | WQ_HIGHPRI, 1); |
1925 | if (!xfslogd_workqueue) | 1925 | if (!xfslogd_workqueue) |
1926 | goto out_free_buf_zone; | 1926 | goto out_free_buf_zone; |
1927 | 1927 | ||