View | Details | Raw Unified | Return to bug 909736
Collapse All | Expand All

(-)a/fs/reiserfs/super.c (-1 / +3 lines)
Lines 2172-2177 error_unlocked: Link Here
2172
		reiserfs_write_unlock(s);
2172
		reiserfs_write_unlock(s);
2173
	}
2173
	}
2174
2174
2175
	if (sbi->commit_wq)
2176
		destroy_workqueue(sbi->commit_wq);
2177
2175
	cancel_delayed_work_sync(&REISERFS_SB(s)->old_work);
2178
	cancel_delayed_work_sync(&REISERFS_SB(s)->old_work);
2176
2179
2177
	reiserfs_free_bitmap_cache(s);
2180
	reiserfs_free_bitmap_cache(s);
2178
- 

Return to bug 909736