Skip to content

Commit

Permalink
NFS: EINTR is also a fatal error.
Browse files Browse the repository at this point in the history
Signed-off-by: Trond Myklebust <[email protected]>
  • Loading branch information
Trond Myklebust committed Feb 20, 2019
1 parent 875bc3f commit 7dc58ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fs/nfs/internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7dc58ca

Please sign in to comment.