“411788ea7fca01ee803af8225ac35807b4d02050”上不存在“arch/s390/include/asm/system.h”
提交 b5e376ea 编写于 作者: M Mike Marshall

Orangefs: improve comments

Signed-off-by: NMike Marshall <hubcap@omnibond.com>
上级 7cec28e9
...@@ -499,6 +499,10 @@ void readdir_index_put(struct orangefs_bufmap *bufmap, int buffer_index) ...@@ -499,6 +499,10 @@ void readdir_index_put(struct orangefs_bufmap *bufmap, int buffer_index)
orangefs_bufmap_unref(bufmap); orangefs_bufmap_unref(bufmap);
} }
/*
* we've been handed an iovec, we need to copy it to
* the shared memory descriptor at "buffer_index".
*/
int orangefs_bufmap_copy_from_iovec(struct orangefs_bufmap *bufmap, int orangefs_bufmap_copy_from_iovec(struct orangefs_bufmap *bufmap,
struct iov_iter *iter, struct iov_iter *iter,
int buffer_index, int buffer_index,
...@@ -527,9 +531,8 @@ int orangefs_bufmap_copy_from_iovec(struct orangefs_bufmap *bufmap, ...@@ -527,9 +531,8 @@ int orangefs_bufmap_copy_from_iovec(struct orangefs_bufmap *bufmap,
} }
/* /*
* Iterate through the array of pages containing the bytes from * we've been handed an iovec, we need to fill it from
* a file being read. * the shared memory descriptor at "buffer_index".
*
*/ */
int orangefs_bufmap_copy_to_iovec(struct orangefs_bufmap *bufmap, int orangefs_bufmap_copy_to_iovec(struct orangefs_bufmap *bufmap,
struct iov_iter *iter, struct iov_iter *iter,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册