Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lustre-release
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
debian-packages
lustre-release
Commits
856d027e
Commit
856d027e
authored
20 years ago
by
Yury Umanets
Browse files
Options
Downloads
Patches
Plain Diff
- update from HEAD.
parent
8eb1336b
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lnet/lnet/lib-move.c
+12
-0
12 additions, 0 deletions
lnet/lnet/lib-move.c
with
12 additions
and
0 deletions
lnet/lnet/lib-move.c
+
12
−
0
View file @
856d027e
...
...
@@ -588,6 +588,18 @@ lib_extract_kiov (int dst_niov, ptl_kiov_t *dst,
}
}
#ifndef __KERNEL__
#if !defined(kmap)
#define kmap(page) ((page)->addr)
#endif
#if !defined(kunmap)
#define kunmap(page) do {} while(0)
#endif
#if !defined(page_address)
#define page_address(page) ((page)->page_address)
#endif
#endif
ptl_err_t
lib_lo_rxkiov
(
lib_nal_t
*
nal
,
void
*
private
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment