projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7dc58ca
)
NFS: ENOMEM should also be a fatal error.
author
Trond Myklebust
<trond.myklebust@hammerspace.com>
Wed, 13 Feb 2019 13:29:27 +0000
(08:29 -0500)
committer
Trond Myklebust
<trond.myklebust@hammerspace.com>
Wed, 20 Feb 2019 20:14:21 +0000
(15:14 -0500)
Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
fs/nfs/internal.h
patch
|
blob
|
history
diff --git
a/fs/nfs/internal.h
b/fs/nfs/internal.h
index
1cb9670
..
b26622d
100644
(file)
--- a/
fs/nfs/internal.h
+++ b/
fs/nfs/internal.h
@@
-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;