From: Jeff Layton Date: Thu, 20 Aug 2015 11:17:01 +0000 (-0400) Subject: nfsd: allow more than one laundry job to run at a time X-Git-Tag: omap-for-v4.3/fixes-rc1~85^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51a545685905c934237e640083bc3aa40b36dc14;p=pandora-kernel.git nfsd: allow more than one laundry job to run at a time We can potentially have several nfs4_laundromat jobs running if there are multiple namespaces running nfsd on the box. Those are effectively separated from one another though, so I don't see any reason to serialize them. Also, create_singlethread_workqueue automatically adds the WQ_MEM_RECLAIM flag. Since we run this job on a timer, it's not really involved in any reclaim paths. I see no need for a rescuer thread. Signed-off-by: Jeff Layton Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed