提交 7dc58ca5 编写于 作者: T Trond Myklebust

NFS: EINTR is also a fatal error.

Signed-off-by: NTrond Myklebust <trond.myklebust@hammerspace.com>
上级 875bc3fb
......@@ -755,6 +755,7 @@ static inline bool nfs_error_is_fatal(int err)
{
switch (err) {
case -ERESTARTSYS:
case -EINTR:
case -EACCES:
case -EDQUOT:
case -EFBIG:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册