diff options
Diffstat (limited to 'fs/nfs/inode.c')
| -rw-r--r-- | fs/nfs/inode.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/inode.c b/fs/nfs/inode.c index d8512423ba7..0855acdfe70 100644 --- a/fs/nfs/inode.c +++ b/fs/nfs/inode.c @@ -1505,7 +1505,7 @@ static int nfsiod_start(void)  {  	struct workqueue_struct *wq;  	dprintk("RPC:       creating workqueue nfsiod\n"); -	wq = alloc_workqueue("nfsiod", WQ_RESCUER, 0); +	wq = alloc_workqueue("nfsiod", WQ_MEM_RECLAIM, 0);  	if (wq == NULL)  		return -ENOMEM;  	nfsiod_workqueue = wq;  |