mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-07-16 22:38:04 +00:00
2177f80076
Duplicate patches between PSP and 3.2.17 have been dropped from the 3.2.17 series Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
31 lines
910 B
Diff
31 lines
910 B
Diff
From dbef91f49d543a546ee1cbe3e839c97c69486744 Mon Sep 17 00:00:00 2001
|
|
From: Fred Isaman <iisaman@netapp.com>
|
|
Date: Fri, 20 Apr 2012 14:47:35 -0400
|
|
Subject: [PATCH 089/165] NFS: put open context on error in nfs_flush_multi
|
|
|
|
commit 8ccd271f7a3a846ce6f85ead0760d9d12994a611 upstream.
|
|
|
|
Signed-off-by: Fred Isaman <iisaman@netapp.com>
|
|
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
|
|
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
|
|
---
|
|
fs/nfs/write.c | 2 +-
|
|
1 files changed, 1 insertions(+), 1 deletions(-)
|
|
|
|
diff --git a/fs/nfs/write.c b/fs/nfs/write.c
|
|
index 1dda78d..4efd421 100644
|
|
--- a/fs/nfs/write.c
|
|
+++ b/fs/nfs/write.c
|
|
@@ -974,7 +974,7 @@ out_bad:
|
|
while (!list_empty(res)) {
|
|
data = list_entry(res->next, struct nfs_write_data, list);
|
|
list_del(&data->list);
|
|
- nfs_writedata_free(data);
|
|
+ nfs_writedata_release(data);
|
|
}
|
|
nfs_redirty_request(req);
|
|
return -ENOMEM;
|
|
--
|
|
1.7.7.6
|
|
|