Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 210555
b: refs/heads/master
c: 51749e4
h: refs/heads/master
i:
  210553: c0761d0
  210551: 0d57d2a
v: v3
  • Loading branch information
Dave Chinner authored and Alex Elder committed Sep 10, 2010
1 parent 07cc153 commit db3db24
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a122eb2fdfd78b58c6dd992d6f4b1aaef667eef9
refs/heads/master: 51749e47e191db8e588ad5cebea731caf7b705d7
3 changes: 2 additions & 1 deletion trunk/fs/xfs/linux-2.6/xfs_buf.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit db3db24

Please sign in to comment.