]> git.karo-electronics.de Git - karo-tx-linux.git/commit
NFSv4.1: If slot allocation fails due to OOM, retry more quickly
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Thu, 22 Nov 2012 18:21:02 +0000 (13:21 -0500)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Mon, 26 Nov 2012 22:49:57 +0000 (17:49 -0500)
commit22eb165e3fdf6f454c074a22a30dc8a2e7459399
treebf36abea6758a4b5d77cb44b53aab6124ce48029
parent6de0f0cd28213d6a479571490750cc55d808a719
NFSv4.1: If slot allocation fails due to OOM, retry more quickly

If the NFSv4.1 session slot allocation fails due to an ENOMEM condition,
then set the task->tk_timeout to 1/4 second to ensure that we do retry
the slot allocation more quickly.

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/nfs4proc.c