From db3db24ac146f13089f7e466f65c23dd57e44b04 Mon Sep 17 00:00:00 2001 From: Dave Chinner Date: Wed, 8 Sep 2010 09:00:22 +0000 Subject: [PATCH] --- yaml --- r: 210555 b: refs/heads/master c: 51749e47e191db8e588ad5cebea731caf7b705d7 h: refs/heads/master i: 210553: c0761d00ba6959621d245c3b86b4f93ba7366339 210551: 0d57d2acbe11324688c4801f52703d4c0bb2cfb8 v: v3 --- [refs] | 2 +- trunk/fs/xfs/linux-2.6/xfs_buf.c | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index c3f2e05f00ac..8b3ee7eac172 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a122eb2fdfd78b58c6dd992d6f4b1aaef667eef9 +refs/heads/master: 51749e47e191db8e588ad5cebea731caf7b705d7 diff --git a/trunk/fs/xfs/linux-2.6/xfs_buf.c b/trunk/fs/xfs/linux-2.6/xfs_buf.c index d72cf2bb054a..286e36e21dae 100644 --- a/trunk/fs/xfs/linux-2.6/xfs_buf.c +++ b/trunk/fs/xfs/linux-2.6/xfs_buf.c @@ -1932,7 +1932,8 @@ xfs_buf_init(void) if (!xfs_buf_zone) goto out; - xfslogd_workqueue = create_workqueue("xfslogd"); + xfslogd_workqueue = alloc_workqueue("xfslogd", + WQ_RESCUER | WQ_HIGHPRI, 1); if (!xfslogd_workqueue) goto out_free_buf_zone;