mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 06:30:53 +07:00
NFS: EINTR is also a fatal error.
Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
This commit is contained in:
parent
875bc3fbf2
commit
7dc58ca5d8
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user