Bug 909736

Summary: reiserfs creates a workqueue on mount, but doesn't destroy
Product: [openSUSE] openSUSE Tumbleweed Reporter: Jiri Slaby <jslaby>
Component: KernelAssignee: Jan Kara <jack>
Status: RESOLVED FIXED QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P5 - None CC: auxsvr, benoit.monin, carlos.e.r
Version: 201412*   
Target Milestone: ---   
Hardware: x86-64   
OS: Other   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---
Attachments: fix

Description Jiri Slaby 2014-12-12 15:30:02 UTC
Created attachment 616931 [details]
fix

mount -t reiserfs /dev/sdb /mnt/c/
of a random non-reiserfs partition results in a workqueue being in the system:
root      1066  0.0  0.0      0     0 ?        S<   14:49   0:00 [reiserfs/sdb]

It is because the wq is not destroyed upon mount failure.
Comment 1 Jiri Slaby 2014-12-12 15:32:33 UTC
Honza, could you take care of it?
Comment 2 Lars Müller 2014-12-12 20:40:16 UTC
*** Bug 867118 has been marked as a duplicate of this bug. ***
Comment 3 Jan Kara 2014-12-15 08:40:42 UTC
Pushed to opensuse 13.2 branch, will push to Linus for 3.19-rc2 and from there it will go to Factory.
Comment 4 Jan Kara 2014-12-19 13:46:02 UTC
Pushed also to Linus so I'm closing the bug.