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
c6a59b7a
Commit
c6a59b7a
authored
21 years ago
by
alex
Browse files
Options
Downloads
Patches
Plain Diff
- ldlm builds as part of ptlrpc
parent
ec840395
Loading
Loading
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
lustre/Makefile.mk
+0
-1
0 additions, 1 deletion
lustre/Makefile.mk
lustre/ptlrpc/Makefile.mk
+6
-1
6 additions, 1 deletion
lustre/ptlrpc/Makefile.mk
with
6 additions
and
2 deletions
lustre/Makefile.mk
+
0
−
1
View file @
c6a59b7a
...
@@ -7,7 +7,6 @@ obj-y += portals/
...
@@ -7,7 +7,6 @@ obj-y += portals/
# obdclass has to come before anything that does class_register..
# obdclass has to come before anything that does class_register..
obj-y
+=
obdclass/
obj-y
+=
obdclass/
obj-y
+=
ptlrpc/
obj-y
+=
ptlrpc/
obj-y
+=
ldlm/
obj-y
+=
obdfilter/
obj-y
+=
obdfilter/
obj-y
+=
mdc/
obj-y
+=
mdc/
obj-y
+=
mds/
obj-y
+=
mds/
...
...
This diff is collapsed.
Click to expand it.
lustre/ptlrpc/Makefile.mk
+
6
−
1
View file @
c6a59b7a
...
@@ -6,7 +6,12 @@
...
@@ -6,7 +6,12 @@
include
$(src)/../portals/Kernelenv
include
$(src)/../portals/Kernelenv
obj-y
+=
ptlrpc.o
obj-y
+=
ptlrpc.o
ptlrpc-objs
:=
recover.o connection.o ptlrpc_module.o events.o service.o
\
ptlrpc-objs
:=
recover.o connection.o ptlrpc_module.o events.o service.o
\
client.o niobuf.o pack_generic.o lproc_ptlrpc.o pinger.o
\
client.o niobuf.o pack_generic.o lproc_ptlrpc.o pinger.o
\
recov_thread.o import.o llog_net.o llog_client.o
\
recov_thread.o import.o llog_net.o llog_client.o
\
llog_server.o ptlrpcd.o
llog_server.o ptlrpcd.o ../ldlm/l_lock.o ../ldlm/ldlm_lock.o
\
../ldlm/ldlm_resource.o ../ldlm/ldlm_extent.o
\
../ldlm/ldlm_request.o ../ldlm/ldlm_lockd.o
\
../ldlm/ldlm_lib.o ../ldlm/ldlm_flock.o ../ldlm/ldlm_plain.o
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