Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
b5e376ea
Commit
b5e376ea
authored
Dec 11, 2015
by
Mike Marshall
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Orangefs: improve comments
Signed-off-by:
Mike Marshall
<
hubcap@omnibond.com
>
parent
7cec28e9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
fs/orangefs/orangefs-bufmap.c
fs/orangefs/orangefs-bufmap.c
+6
-3
No files found.
fs/orangefs/orangefs-bufmap.c
View file @
b5e376ea
...
...
@@ -499,6 +499,10 @@ void readdir_index_put(struct orangefs_bufmap *bufmap, int buffer_index)
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
,
struct
iov_iter
*
iter
,
int
buffer_index
,
...
...
@@ -527,9 +531,8 @@ int orangefs_bufmap_copy_from_iovec(struct orangefs_bufmap *bufmap,
}
/*
* Iterate through the array of pages containing the bytes from
* a file being read.
*
* we've been handed an iovec, we need to fill it from
* the shared memory descriptor at "buffer_index".
*/
int
orangefs_bufmap_copy_to_iovec
(
struct
orangefs_bufmap
*
bufmap
,
struct
iov_iter
*
iter
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment