projects
/
unionfs-2.6.39.y.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6d3944
)
NFS: put open context on error in nfs_pagein_multi
author
Fred Isaman
<iisaman@netapp.com>
Fri, 20 Apr 2012 18:47:34 +0000
(14:47 -0400)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Mon, 7 May 2012 15:53:18 +0000
(08:53 -0700)
commit
73fb7bc7c57d971b11f2e00536ac2d3e316e0609
upstream.
Signed-off-by: Fred Isaman <iisaman@netapp.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/nfs/read.c
patch
|
blob
|
history
diff --git
a/fs/nfs/read.c
b/fs/nfs/read.c
index cfa175c223dcfa5b79ebf17b3d609649fbd7188d..41bae32c449621fbfbdd872c9b0afb562654c712 100644
(file)
--- a/
fs/nfs/read.c
+++ b/
fs/nfs/read.c
@@
-324,7
+324,7
@@
out_bad:
while (!list_empty(res)) {
data = list_entry(res->next, struct nfs_read_data, list);
list_del(&data->list);
- nfs_readdata_
fre
e(data);
+ nfs_readdata_
releas
e(data);
}
nfs_readpage_release(req);
return -ENOMEM;