NFS: EINTR is also a fatal error.

Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
This commit is contained in:
Trond Myklebust 2019-01-22 07:39:09 -05:00
parent 875bc3fbf2
commit 7dc58ca5d8
1 changed files with 1 additions and 0 deletions

View File

@ -755,6 +755,7 @@ static inline bool nfs_error_is_fatal(int err)
{ {
switch (err) { switch (err) {
case -ERESTARTSYS: case -ERESTARTSYS:
case -EINTR:
case -EACCES: case -EACCES:
case -EDQUOT: case -EDQUOT:
case -EFBIG: case -EFBIG: