projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5976687
)
sunrpc: fix comment in struct xdr_buf definition
author
Jeff Layton
<jlayton@redhat.com>
Mon, 4 Feb 2013 17:51:17 +0000
(12:51 -0500)
committer
J. Bruce Fields
<bfields@redhat.com>
Tue, 5 Feb 2013 14:41:14 +0000
(09:41 -0500)
...these pages aren't necessarily contiguous.
Signed-off-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
include/linux/sunrpc/xdr.h
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/sunrpc/xdr.h
b/include/linux/sunrpc/xdr.h
index 63988990bd36d5c81e8537cd1ef1ef2961c30ed6..224d06047e457a95d291a720338bbc2a2839cc4c 100644
(file)
--- a/
include/linux/sunrpc/xdr.h
+++ b/
include/linux/sunrpc/xdr.h
@@
-56,7
+56,7
@@
struct xdr_buf {
struct kvec head[1], /* RPC header + non-page data */
tail[1]; /* Appended after page data */
- struct page ** pages; /* Array of
contiguous
pages */
+ struct page ** pages; /* Array of pages */
unsigned int page_base, /* Start of page data */
page_len, /* Length of page data */
flags; /* Flags for data disposition */