summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2011-06-22 15:01:14 -0400
committerPaul Gortmaker <paul.gortmaker@windriver.com>2011-06-22 15:01:14 -0400
commit4a1b4ae1841cd762be4c165076b9159b9e8ff240 (patch)
tree3fad0b8126f10edb178da35bf543635b8e96cf3f
parentfa1279439fdff1c607166b73e1cb20798bfee48d (diff)
downloadlongterm-queue-2.6.34-4a1b4ae1841cd762be4c165076b9159b9e8ff240.tar.gz
add explanatory note to NFS patch
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
-rw-r--r--queue/NFS-fix-the-return-value-of-nfs_file_fsync.patch3
1 files changed, 3 insertions, 0 deletions
diff --git a/queue/NFS-fix-the-return-value-of-nfs_file_fsync.patch b/queue/NFS-fix-the-return-value-of-nfs_file_fsync.patch
index 7e99e3b..feb743c 100644
--- a/queue/NFS-fix-the-return-value-of-nfs_file_fsync.patch
+++ b/queue/NFS-fix-the-return-value-of-nfs_file_fsync.patch
@@ -9,6 +9,9 @@ By the commit af7fa16 2010-08-03 NFS: Fix up the fsync code
close(2) became returning the non-zero value even if it went well.
nfs_file_fsync() should return 0 when "status" is positive.
+[PG: in 34, nfs_file_fsync is just a wrapper around nfs_do_fsync,
+ so the related code and actual change lands in nfs_do_fsync here.]
+
Signed-off-by: J. R. Okajima <hooanon05@yahoo.co.jp>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>