Signed-off-by: Fred Isaman <iisaman@xxxxxxxxxx> --- fs/nfs/read.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/fs/nfs/read.c b/fs/nfs/read.c index e1db04a..4ddba67 100644 --- a/fs/nfs/read.c +++ b/fs/nfs/read.c @@ -323,7 +323,7 @@ out_bad: while (!list_empty(res)) { data = list_entry(res->next, struct nfs_read_data, list); list_del(&data->list); - nfs_readdata_free(data); + nfs_readdata_release(data); } nfs_readpage_release(req); return -ENOMEM; -- 1.7.2.1 -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html