Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2dc23aff authored by Trond Myklebust's avatar Trond Myklebust
Browse files

NFS: ENOMEM should also be a fatal error.

parent 7dc58ca5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -764,6 +764,7 @@ static inline bool nfs_error_is_fatal(int err)
	case -EROFS:
	case -ESTALE:
	case -E2BIG:
	case -ENOMEM:
		return true;
	default:
		return false;