Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Orangefs: improve comments

Signed-off-by: Mike Marshall <hubcap@omnibond.com>

+6 -3
+6 -3
fs/orangefs/orangefs-bufmap.c
··· 499 499 orangefs_bufmap_unref(bufmap); 500 500 } 501 501 502 + /* 503 + * we've been handed an iovec, we need to copy it to 504 + * the shared memory descriptor at "buffer_index". 505 + */ 502 506 int orangefs_bufmap_copy_from_iovec(struct orangefs_bufmap *bufmap, 503 507 struct iov_iter *iter, 504 508 int buffer_index, ··· 531 527 } 532 528 533 529 /* 534 - * Iterate through the array of pages containing the bytes from 535 - * a file being read. 536 - * 530 + * we've been handed an iovec, we need to fill it from 531 + * the shared memory descriptor at "buffer_index". 537 532 */ 538 533 int orangefs_bufmap_copy_to_iovec(struct orangefs_bufmap *bufmap, 539 534 struct iov_iter *iter,