Skip to content

Commit de0b65c

Browse files
jtlaytonJ. Bruce Fields
authored andcommitted
sunrpc: fix comment in struct xdr_buf definition
...these pages aren't necessarily contiguous. Signed-off-by: Jeff Layton <[email protected]> Signed-off-by: J. Bruce Fields <[email protected]>
1 parent 5976687 commit de0b65c

File tree

1 file changed

+1
-1
lines changed
  • include/linux/sunrpc

1 file changed

+1
-1
lines changed

include/linux/sunrpc/xdr.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ struct xdr_buf {
5656
struct kvec head[1], /* RPC header + non-page data */
5757
tail[1]; /* Appended after page data */
5858

59-
struct page ** pages; /* Array of contiguous pages */
59+
struct page ** pages; /* Array of pages */
6060
unsigned int page_base, /* Start of page data */
6161
page_len, /* Length of page data */
6262
flags; /* Flags for data disposition */

0 commit comments

Comments
 (0)