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
bcef68d9
Commit
bcef68d9
authored
16 years ago
by
Nikita Danilov
Browse files
Options
Downloads
Patches
Plain Diff
Liblustre build fixes.
parent
a1f824ea
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
lustre/ChangeLog
+4
-0
4 additions, 0 deletions
lustre/ChangeLog
lustre/include/lustre/lustre_idl.h
+0
-5
0 additions, 5 deletions
lustre/include/lustre/lustre_idl.h
lustre/obdclass/lu_time.c
+1
-0
1 addition, 0 deletions
lustre/obdclass/lu_time.c
with
5 additions
and
5 deletions
lustre/ChangeLog
+
4
−
0
View file @
bcef68d9
...
...
@@ -1713,6 +1713,10 @@ Bugzilla : 16450
Description: Use cdebug_show() in CDEBUG-style macros defined outside of libcfs.
Details : Use cdebug_show() in CDEBUG-style macros defined outside of libcfs.
Severity : normal
Bugzilla : 16450
Description: Liblustre build fixes.
Details : Liblustre build fixes.
--------------------------------------------------------------------------------
...
...
This diff is collapsed.
Click to expand it.
lustre/include/lustre/lustre_idl.h
+
0
−
5
View file @
bcef68d9
...
...
@@ -385,8 +385,6 @@ static inline void fid_be_to_cpu(struct lu_fid *dst, const struct lu_fid *src)
LASSERTF
(
fid_is_igif
(
dst
)
||
fid_ver
(
dst
)
==
0
,
DFID
"
\n
"
,
PFID
(
dst
));
}
#ifdef __KERNEL__
/**
* Storage representation for fids.
*
...
...
@@ -402,9 +400,6 @@ void fid_pack(struct lu_fid_pack *pack, const struct lu_fid *fid,
struct
lu_fid
*
befider
);
int
fid_unpack
(
const
struct
lu_fid_pack
*
pack
,
struct
lu_fid
*
fid
);
/* __KERNEL__ */
#endif
static
inline
int
fid_is_sane
(
const
struct
lu_fid
*
fid
)
{
return
...
...
This diff is collapsed.
Click to expand it.
lustre/obdclass/lu_time.c
+
1
−
0
View file @
bcef68d9
...
...
@@ -47,6 +47,7 @@
# define EXPORT_SYMTAB
#endif
#include
<obd_class.h>
/* OBD_{ALLOC,FREE}_PTR() */
#include
<obd_support.h>
#include
<lprocfs_status.h>
...
...
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