]> git.karo-electronics.de Git - karo-tx-linux.git/commit
NFS: Trunking detection should handle ERESTARTSYS/EINTR
authorTrond Myklebust <trond.myklebust@primarydata.com>
Wed, 21 Jun 2017 14:16:56 +0000 (10:16 -0400)
committerTrond Myklebust <trond.myklebust@primarydata.com>
Wed, 28 Jun 2017 01:44:58 +0000 (21:44 -0400)
commit898fc11bb2bd4fbcefb685872d9fffaba2c8edaf
treeb0750f37005b8852f4efe24c86181cf3dbf661bd
parent501e7a4689378f8b1690089bfdd4f1e12ec22903
NFS: Trunking detection should handle ERESTARTSYS/EINTR

Currently, it will return EIO in those cases.

Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
fs/nfs/nfs4state.c