summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2011-06-22 18:11:28 -0400
committerPaul Gortmaker <paul.gortmaker@windriver.com>2011-06-22 18:14:35 -0400
commit3cb3a11e108a6293f49b21fecbfdb3a30c1b30ba (patch)
tree4edf96deaa8cd2826050c0a309748be0cf23d73a
parent0f74e60e28497b42547cc4238773f97357ca2320 (diff)
downloadlongterm-queue-2.6.34-3cb3a11e108a6293f49b21fecbfdb3a30c1b30ba.tar.gz
rdma patch: annotate that I had to map var names
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
-rw-r--r--queue/net-fix-rds_iovec-page-count-overflow.patch3
1 files changed, 3 insertions, 0 deletions
diff --git a/queue/net-fix-rds_iovec-page-count-overflow.patch b/queue/net-fix-rds_iovec-page-count-overflow.patch
index 4af1ce0..b52f1af 100644
--- a/queue/net-fix-rds_iovec-page-count-overflow.patch
+++ b/queue/net-fix-rds_iovec-page-count-overflow.patch
@@ -17,6 +17,9 @@ might end up resulting in a signed return value. Which would be wrong.
Catch the case of tot_pages turning negative, and return the appropriate
error code.
+[PG: In 34, var names are slightly different, 1b1f6's tot_pages is
+ 34's nr_pages, and 1b1f6's nr_pages is 34's nr; so map accordingly.]
+
Reported-by: Thomas Pollet <thomas.pollet@gmail.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Andy Grover <andy.grover@oracle.com>