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 d8512423ba72..0855acdfe706 100644 --- a/fs/nfs/inode.c +++ b/fs/nfs/inode.c | |||
@@ -1505,7 +1505,7 @@ static int nfsiod_start(void) | |||
1505 | { | 1505 | { |
1506 | struct workqueue_struct *wq; | 1506 | struct workqueue_struct *wq; |
1507 | dprintk("RPC: creating workqueue nfsiod\n"); | 1507 | dprintk("RPC: creating workqueue nfsiod\n"); |
1508 | wq = alloc_workqueue("nfsiod", WQ_RESCUER, 0); | 1508 | wq = alloc_workqueue("nfsiod", WQ_MEM_RECLAIM, 0); |
1509 | if (wq == NULL) | 1509 | if (wq == NULL) |
1510 | return -ENOMEM; | 1510 | return -ENOMEM; |
1511 | nfsiod_workqueue = wq; | 1511 | nfsiod_workqueue = wq; |