Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 234961
b: refs/heads/master
c: 28aadf5
h: refs/heads/master
i:
  234959: 9536492
v: v3
  • Loading branch information
Tejun Heo committed Feb 1, 2011
1 parent 4a81e4d commit 6db5f8b
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 316873c958eee302952edcadb8dc72d6d3d19d3c
refs/heads/master: 28aadf51693f56c41326ebbc795318a49011b12d
2 changes: 1 addition & 1 deletion trunk/fs/reiserfs/journal.c
Original file line number Diff line number Diff line change
Expand Up @@ -2876,7 +2876,7 @@ int journal_init(struct super_block *sb, const char *j_dev_name,
reiserfs_mounted_fs_count++;
if (reiserfs_mounted_fs_count <= 1) {
reiserfs_write_unlock(sb);
commit_wq = create_workqueue("reiserfs");
commit_wq = alloc_workqueue("reiserfs", WQ_MEM_RECLAIM, 0);
reiserfs_write_lock(sb);
}

Expand Down

0 comments on commit 6db5f8b

Please sign in to comment.