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
2f7711bf
Commit
2f7711bf
authored
17 years ago
by
Walter Poxon
Browse files
Options
Downloads
Patches
Plain Diff
b=13491
i=green i=adilger
parent
f848d154
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lustre/include/lustre_mds.h
+13
-6
13 additions, 6 deletions
lustre/include/lustre_mds.h
with
13 additions
and
6 deletions
lustre/include/lustre_mds.h
+
13
−
6
View file @
2f7711bf
...
...
@@ -92,19 +92,26 @@ struct mds_file_data {
/* ACL */
#ifdef CONFIG_FS_POSIX_ACL
#ifdef HAVE_XATTR_ACL
#
ifdef HAVE_XATTR_ACL
# define MDS_XATTR_NAME_ACL_ACCESS XATTR_NAME_ACL_ACCESS
# define mds_xattr_acl_size(entry) xattr_acl_size(entry)
# else
# else
/* HAVE_XATTR_ACL */
# define MDS_XATTR_NAME_ACL_ACCESS POSIX_ACL_XATTR_ACCESS
# define mds_xattr_acl_size(entry) posix_acl_xattr_size(entry)
# endif
# endif
/* HAVE_XATTR_ACL */
# define LUSTRE_POSIX_ACL_MAX_ENTRIES (32)
# define LUSTRE_POSIX_ACL_MAX_SIZE \
# ifdef __KERNEL__
# define LUSTRE_POSIX_ACL_MAX_SIZE \
(mds_xattr_acl_size(LUSTRE_POSIX_ACL_MAX_ENTRIES))
#else
# else
/* __KERNEL__ */
# define LUSTRE_POSIX_ACL_MAX_SIZE 0
# endif
/* __KERNEL__ */
#else
/* CONFIG_FS_POSIX_ACL */
# define LUSTRE_POSIX_ACL_MAX_SIZE 0
#endif
#endif
/* CONFIG_FS_POSIX_ACL */
/* mds/mds_reint.c */
int
mds_reint_rec
(
struct
mds_update_record
*
r
,
int
offset
,
...
...
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