diff options
Diffstat (limited to 'fs/lockd/clntproc.c')
| -rw-r--r-- | fs/lockd/clntproc.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/lockd/clntproc.c b/fs/lockd/clntproc.c index 14b3ce87fa29..87332f30141b 100644 --- a/fs/lockd/clntproc.c +++ b/fs/lockd/clntproc.c | |||
| @@ -299,8 +299,7 @@ nlmclnt_alloc_call(void) | |||
| 299 | return call; | 299 | return call; |
| 300 | } | 300 | } |
| 301 | printk("nlmclnt_alloc_call: failed, waiting for memory\n"); | 301 | printk("nlmclnt_alloc_call: failed, waiting for memory\n"); |
| 302 | current->state = TASK_INTERRUPTIBLE; | 302 | schedule_timeout_interruptible(5*HZ); |
| 303 | schedule_timeout(5*HZ); | ||
| 304 | } | 303 | } |
| 305 | return NULL; | 304 | return NULL; |
| 306 | } | 305 | } |
