diff options
Diffstat (limited to 'fs/nfs/nfs4proc.c')
-rw-r--r-- | fs/nfs/nfs4proc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/nfs4proc.c b/fs/nfs/nfs4proc.c index 305bea201cd3..77a565eba562 100644 --- a/fs/nfs/nfs4proc.c +++ b/fs/nfs/nfs4proc.c | |||
@@ -908,7 +908,7 @@ out_put_state_owner: | |||
908 | static struct nfs4_state *nfs4_open_delegated(struct inode *inode, int flags, struct rpc_cred *cred) | 908 | static struct nfs4_state *nfs4_open_delegated(struct inode *inode, int flags, struct rpc_cred *cred) |
909 | { | 909 | { |
910 | struct nfs4_exception exception = { }; | 910 | struct nfs4_exception exception = { }; |
911 | struct nfs4_state *res; | 911 | struct nfs4_state *res = ERR_PTR(-EIO); |
912 | int err; | 912 | int err; |
913 | 913 | ||
914 | do { | 914 | do { |