提交 2dc23aff 编写于 作者: T Trond Myklebust

NFS: ENOMEM should also be a fatal error.

Signed-off-by: NTrond Myklebust <trond.myklebust@hammerspace.com>
上级 7dc58ca5
...@@ -764,6 +764,7 @@ static inline bool nfs_error_is_fatal(int err) ...@@ -764,6 +764,7 @@ static inline bool nfs_error_is_fatal(int err)
case -EROFS: case -EROFS:
case -ESTALE: case -ESTALE:
case -E2BIG: case -E2BIG:
case -ENOMEM:
return true; return true;
default: default:
return false; return false;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册