We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5976687 commit de0b65cCopy full SHA for de0b65c
include/linux/sunrpc/xdr.h
@@ -56,7 +56,7 @@ struct xdr_buf {
56
struct kvec head[1], /* RPC header + non-page data */
57
tail[1]; /* Appended after page data */
58
59
- struct page ** pages; /* Array of contiguous pages */
+ struct page ** pages; /* Array of pages */
60
unsigned int page_base, /* Start of page data */
61
page_len, /* Length of page data */
62
flags; /* Flags for data disposition */
0 commit comments